Update to 1.3.0-rc-6. (#2050)

This commit is contained in:
Nikolay Igotti
2018-09-13 10:20:52 +03:00
committed by GitHub
parent 27ce3b194d
commit b6a01a86f1
16 changed files with 48 additions and 66 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3-M2'
ext.kotlin_version = '1.3.0-rc-6'
repositories {
google()
+3 -3
View File
@@ -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 -1
View File
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3-M2'
ext.kotlin_version = '1.3.0-rc-6'
repositories {
mavenCentral()
+1 -1
View File
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3-M2'
ext.kotlin_version = '1.3.0-rc-6'
repositories {
mavenCentral()