Upgrade to Kotlin 1.1.2 GA
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlinVersion = '1.1.2-eap-77'
|
ext.kotlinVersion = '1.1.2'
|
||||||
repositories {
|
repositories {
|
||||||
maven { url "https://repo.spring.io/plugins-release" }
|
maven { url "https://repo.spring.io/plugins-release" }
|
||||||
maven { url "https://dl.bintray.com/kotlin/kotlin-eap-1.1" }
|
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath("io.spring.gradle:dependency-management-plugin:1.0.0.RELEASE")
|
classpath("io.spring.gradle:dependency-management-plugin:1.0.0.RELEASE")
|
||||||
@@ -179,7 +178,6 @@ configure(allprojects) { project ->
|
|||||||
maven { url "https://repo.spring.io/libs-release" }
|
maven { url "https://repo.spring.io/libs-release" }
|
||||||
maven { url "https://repo.spring.io/libs-snapshot" }
|
maven { url "https://repo.spring.io/libs-snapshot" }
|
||||||
maven { url "https://repo.spring.io/milestone" }
|
maven { url "https://repo.spring.io/milestone" }
|
||||||
maven { url "https://dl.bintray.com/kotlin/kotlin-eap-1.1" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|||||||
Reference in New Issue
Block a user