We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a448903 commit 2203520Copy full SHA for 2203520
pom.xml
@@ -242,4 +242,30 @@
242
</plugins>
243
</pluginManagement>
244
</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
267
+ </repository>
268
+ </repositories>
269
+ </profile>
270
+ </profiles>
271
</project>
0 commit comments