delete extra repository. Required artifact is now available at local-repo during test exec

This commit is contained in:
Nikita Skvortsov
2013-07-08 22:23:00 +04:00
parent c10d4e8479
commit 0bb6dde60c
@@ -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"
}
}