We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e129b3 + 2203520 commit 7015ad2Copy full SHA for 7015ad2
pom.xml
@@ -315,4 +315,30 @@
315
</plugins>
316
</pluginManagement>
317
</build>
318
+
319
+ <profiles>
320
+ <profile>
321
+ <id>kotlin-snapshot</id>
322
+ <activation>
323
+ <activeByDefault>false</activeByDefault>
324
+ </activation>
325
326
+ <properties>
327
+ <kotlin.version>1.1-SNAPSHOT</kotlin.version>
328
+ </properties>
329
330
+ <pluginRepositories>
331
+ <pluginRepository>
332
+ <id>oss-p</id>
333
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
334
+ </pluginRepository>
335
+ </pluginRepositories>
336
+ <repositories>
337
+ <repository>
338
+ <id>oss</id>
339
340
+ </repository>
341
+ </repositories>
342
+ </profile>
343
+ </profiles>
344
</project>
0 commit comments