Switch away from snapshots.

This commit is contained in:
Nikolay Igotti
2016-12-11 19:47:10 +03:00
parent 34077e26ac
commit 62e08b330e
2 changed files with 5 additions and 3 deletions
+3 -2
View File
@@ -2,7 +2,7 @@ buildscript {
repositories {
mavenCentral()
maven {
url "http://dl.bintray.com/kotlin/kotlin-eap-1.1"
url "http://dl.bintray.com/kotlin/kotlin-eap-1.1"
}
}
@@ -24,7 +24,8 @@ apply plugin: org.jetbrains.kotlin.NativeInteropPlugin
allprojects {
repositories {
maven {
url 'http://oss.sonatype.org/content/repositories/snapshots'
// url 'http://oss.sonatype.org/content/repositories/snapshots'
url 'http://dl.bintray.com/kotlin/kotlin-dev'
}
}