Publish :compiler:test-infrastructure for ide
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
idePluginDependency {
|
||||
publishTestJar(":compiler:incremental-compilation-impl")
|
||||
publishTestJar(listOf(":compiler:incremental-compilation-impl"))
|
||||
}
|
||||
+1
-1
@@ -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"))
|
||||
}
|
||||
Reference in New Issue
Block a user