Gradle, native: Remove K/N repo from Gradle integration tests
This commit is contained in:
@@ -13,10 +13,6 @@ pill {
|
||||
|
||||
val kotlinGradlePluginTest = project(":kotlin-gradle-plugin").sourceSets.getByName("test")
|
||||
|
||||
repositories {
|
||||
maven(kotlinNativeRepo)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile(project(":kotlin-gradle-plugin"))
|
||||
testCompile(kotlinGradlePluginTest.output)
|
||||
|
||||
Reference in New Issue
Block a user