Upgrade to Kotlin 1.1.2-eap-69
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
buildscript {
|
||||
ext.kotlinVersion = '1.1.1'
|
||||
ext.kotlinVersion = '1.1.2-eap-69'
|
||||
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")
|
||||
@@ -177,6 +178,7 @@ 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 {
|
||||
|
||||
Reference in New Issue
Block a user