Build: Publish ide-common as separate artifact in KotlinPlugin publication

#KT-34452
This commit is contained in:
Vyacheslav Gerasimov
2019-10-29 17:59:50 +03:00
parent 7401a7c63f
commit 579645bcfa
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -18,3 +18,4 @@ sourceSets {
"test" {}
}
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
+2 -2
View File
@@ -47,7 +47,6 @@ val projectsToShadow by extra(listOf(
":compiler:frontend",
":compiler:frontend.common",
":compiler:frontend.java",
":idea:ide-common",
":idea",
":idea:idea-native",
":idea:idea-core",
@@ -108,7 +107,8 @@ val libraryProjects = listOf(
":kotlin-noarg-compiler-plugin",
":kotlin-sam-with-receiver-compiler-plugin",
":plugins:android-extensions-compiler",
":kotlinx-serialization-compiler-plugin"
":kotlinx-serialization-compiler-plugin",
":idea:ide-common"
)
// Gradle tooling model jars are loaded into Gradle during import and should present in plugin as separate jar