Fix maven build
This commit is contained in:
+1
-1
@@ -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 }
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
ext.kotlin_version = '0.1-SNAPSHOT'
|
ext.kotlin_version = '1.1-SNAPSHOT'
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven {
|
maven {
|
||||||
|
|||||||
Reference in New Issue
Block a user