Skip to content

Commit 2203520

Browse files
Sergey Mashkovelizarov
Sergey Mashkov
authored andcommitted
Add kotlin-snapshot maven profile
1 parent a448903 commit 2203520

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

pom.xml

+26
Original file line numberDiff line numberDiff line change
@@ -242,4 +242,30 @@
242242
</plugins>
243243
</pluginManagement>
244244
</build>
245+
246+
<profiles>
247+
<profile>
248+
<id>kotlin-snapshot</id>
249+
<activation>
250+
<activeByDefault>false</activeByDefault>
251+
</activation>
252+
253+
<properties>
254+
<kotlin.version>1.1-SNAPSHOT</kotlin.version>
255+
</properties>
256+
257+
<pluginRepositories>
258+
<pluginRepository>
259+
<id>oss-p</id>
260+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
261+
</pluginRepository>
262+
</pluginRepositories>
263+
<repositories>
264+
<repository>
265+
<id>oss</id>
266+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
267+
</repository>
268+
</repositories>
269+
</profile>
270+
</profiles>
245271
</project>

0 commit comments

Comments
 (0)