Fix maven build

This commit is contained in:
Alexey Tsvetkov
2016-09-06 14:48:07 +03:00
parent 43abdaa894
commit eb22c94b6d
2 changed files with 4 additions and 4 deletions
@@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = '0.1-SNAPSHOT' ext.kotlin_version = '1.1-SNAPSHOT'
repositories { repositories {
maven { url 'file://' + pathToKotlinPlugin } maven { url 'file://' + pathToKotlinPlugin }
} }
@@ -13,4 +13,4 @@ allprojects {
repositories { repositories {
mavenCentral() mavenCentral()
} }
} }
@@ -1,5 +1,5 @@
buildscript { buildscript {
ext.kotlin_version = '0.1-SNAPSHOT' ext.kotlin_version = '1.1-SNAPSHOT'
repositories { repositories {
mavenCentral() mavenCentral()
maven { maven {
@@ -59,4 +59,4 @@ build.doLast {
} }
} }
runRhino.dependsOn build runRhino.dependsOn build