build: switch to Sonatype snapshots repo for kotlin-compiler

it is updated automatically by every successful build
This commit is contained in:
Svyatoslav Scherbina
2016-10-31 15:55:23 +07:00
parent 1b624ac88f
commit 18ae8b2311
+2 -2
View File
@@ -13,14 +13,14 @@ apply plugin: 'java'
apply plugin: 'kotlin'
apply plugin: org.jetbrains.kotlin.NativeInteropPlugin
String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1.0-dev-4137'
String kotlinCompilerModule = 'org.jetbrains.kotlin:kotlin-compiler:1.1-20161025.164748-245'
// (gets applied to this project and all its subprojects)
allprojects {
repositories {
mavenCentral()
maven {
url "http://dl.bintray.com/kotlin/kotlin-dev"
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
}