Build: Add K/N repo into Gradle integration tests to fix JPS build
This commit is contained in:
@@ -13,6 +13,10 @@ 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