Fix kotlin-compiler-tests-for-ide. tests jars should be published

This commit is contained in:
Nikita Bobko
2021-05-27 17:22:47 +02:00
parent 2d015da1ea
commit 1abf3a39d4

View File

@@ -2,4 +2,4 @@ plugins {
kotlin("jvm")
}
publishJarsForIde(listOf(":compiler:test-infrastructure", ":compiler:tests-common-new", ":compiler:test-infrastructure-utils"))
publishTestJarsForIde(listOf(":compiler:test-infrastructure", ":compiler:tests-common-new", ":compiler:test-infrastructure-utils"))