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")
|
val kotlinGradlePluginTest = project(":kotlin-gradle-plugin").sourceSets.getByName("test")
|
||||||
|
|
||||||
repositories {
|
|
||||||
maven(kotlinNativeRepo)
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
testCompile(project(":kotlin-gradle-plugin"))
|
testCompile(project(":kotlin-gradle-plugin"))
|
||||||
testCompile(kotlinGradlePluginTest.output)
|
testCompile(kotlinGradlePluginTest.output)
|
||||||
|
|||||||
Reference in New Issue
Block a user