Update to 1.3.0-rc-6. (#2050)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.3-M2'
|
||||
ext.kotlin_version = '1.3.0-rc-6'
|
||||
|
||||
repositories {
|
||||
google()
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
allprojects {
|
||||
buildscript {
|
||||
repositories {
|
||||
maven { url "http://dl.bintray.com/kotlin/kotlin-eap" }
|
||||
maven { url "http://dl.bintray.com/kotlin/kotlin-dev" }
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "http://dl.bintray.com/kotlin/kotlin-eap" }
|
||||
maven { url "http://dl.bintray.com/kotlin/kotlin-dev" }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,4 +20,4 @@ task clean {
|
||||
subprojects.each {
|
||||
dependsOn("${it.path}:clean")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.3-M2'
|
||||
ext.kotlin_version = '1.3.0-rc-6'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.3-M2'
|
||||
ext.kotlin_version = '1.3.0-rc-6'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user