delete extra repository. Required artifact is now available at local-repo during test exec
This commit is contained in:
+1
-4
@@ -4,9 +4,6 @@ buildscript {
|
||||
maven {
|
||||
url 'file://' + pathToKotlinPlugin
|
||||
}
|
||||
maven {
|
||||
url 'file://' + pathToKotlinPluginWrapper
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.1-SNAPSHOT'
|
||||
@@ -50,4 +47,4 @@ compileKotlin {
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion="1.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user