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")
|
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