Build: Add K/N repo into Gradle integration tests to fix JPS build

This commit is contained in:
Ilya Matveev
2019-05-28 12:56:52 +03:00
parent b5dbdc53d1
commit 7929a05ee3
@@ -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)