Remove ide-plugin-dependencies/tests-common-for-ide project

tests-common are now copied to the kotlin-ide project, so the artifact
  dependency is not needed any more
This commit is contained in:
Yan Zhulanow
2020-05-07 21:58:58 +09:00
parent ed82465c3c
commit 5a53c6ebf1
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -788,7 +788,6 @@ tasks {
":prepare:ide-plugin-dependencies:kotlinx-serialization-compiler-plugin-for-ide:publish",
":prepare:ide-plugin-dependencies:noarg-compiler-plugin-for-ide:publish",
":prepare:ide-plugin-dependencies:sam-with-receiver-compiler-plugin-for-ide:publish",
":prepare:ide-plugin-dependencies:tests-common-tests-for-ide:publish",
":prepare:ide-plugin-dependencies:compiler-components-for-jps:publish",
":kotlin-script-runtime:publish",
":kotlin-script-util:publish",
@@ -1,3 +0,0 @@
idePluginDependency {
publishTestJar(":compiler:tests-common")
}