Publish :compiler:test-infrastructure for ide

This commit is contained in:
Nikita Bobko
2021-05-07 19:59:04 +02:00
parent c2a46baa77
commit bee8c0bb90
7 changed files with 14 additions and 7 deletions
@@ -1,3 +1,3 @@
idePluginDependency {
publishTestJar(":compiler:incremental-compilation-impl")
publishTestJar(listOf(":compiler:incremental-compilation-impl"))
}
@@ -1,3 +1,3 @@
idePluginDependency {
publishTestJar(":compiler:incremental-compilation-impl")
publishTestJar(listOf(":compiler:incremental-compilation-impl"))
}
@@ -1,3 +1,3 @@
idePluginDependency {
publishTestJar(":kotlin-build-common")
publishTestJar(listOf(":kotlin-build-common"))
}
@@ -0,0 +1,3 @@
idePluginDependency {
publishTestJar(listOf(":compiler:test-infrastructure", ":compiler:tests-common-new", ":compiler:test-infrastructure-utils"))
}