Fix maven build
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '0.1-SNAPSHOT'
|
||||
ext.kotlin_version = '1.1-SNAPSHOT'
|
||||
repositories {
|
||||
maven { url 'file://' + pathToKotlinPlugin }
|
||||
}
|
||||
@@ -13,4 +13,4 @@ allprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
buildscript {
|
||||
ext.kotlin_version = '0.1-SNAPSHOT'
|
||||
ext.kotlin_version = '1.1-SNAPSHOT'
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
@@ -59,4 +59,4 @@ build.doLast {
|
||||
}
|
||||
}
|
||||
|
||||
runRhino.dependsOn build
|
||||
runRhino.dependsOn build
|
||||
|
||||
Reference in New Issue
Block a user