blob: 43b2bc6f1b27001a667f6fe5fcc2cd52bc1011d0 [file] [log] [blame]
plugins {
kotlin("jvm")
}
publishTestJarsForIde(
listOf(
":compiler:test-infrastructure",
":compiler:tests-common-new",
":compiler:test-infrastructure-utils",
":compiler:tests-compiler-utils",
":compiler:tests-spec"
)
)