Upgrade to Kotlin 1.1.2 GA

This commit is contained in:
Juergen Hoeller
2017-04-26 09:48:35 +02:00
parent 191bbc20dc
commit 140379fe7e

View File

@@ -1,8 +1,7 @@
buildscript {
ext.kotlinVersion = '1.1.2-eap-77'
ext.kotlinVersion = '1.1.2'
repositories {
maven { url "https://repo.spring.io/plugins-release" }
maven { url "https://dl.bintray.com/kotlin/kotlin-eap-1.1" }
}
dependencies {
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-snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://dl.bintray.com/kotlin/kotlin-eap-1.1" }
}
dependencies {