From 1abf3a39d48781d4e9c597e5510aeae790624d76 Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Thu, 27 May 2021 17:22:47 +0200 Subject: [PATCH] Fix kotlin-compiler-tests-for-ide. tests jars should be published --- .../kotlin-compiler-tests-for-ide/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepare/ide-plugin-dependencies/kotlin-compiler-tests-for-ide/build.gradle.kts b/prepare/ide-plugin-dependencies/kotlin-compiler-tests-for-ide/build.gradle.kts index e2c79e403be..829ceb27fde 100644 --- a/prepare/ide-plugin-dependencies/kotlin-compiler-tests-for-ide/build.gradle.kts +++ b/prepare/ide-plugin-dependencies/kotlin-compiler-tests-for-ide/build.gradle.kts @@ -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"))