Build: Publish ide-common as separate artifact in KotlinPlugin publication
#KT-34452
This commit is contained in:
@@ -18,3 +18,4 @@ sourceSets {
|
|||||||
"test" {}
|
"test" {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apply(from = "$rootDir/gradle/kotlinPluginPublication.gradle.kts")
|
||||||
|
|||||||
@@ -47,7 +47,6 @@ val projectsToShadow by extra(listOf(
|
|||||||
":compiler:frontend",
|
":compiler:frontend",
|
||||||
":compiler:frontend.common",
|
":compiler:frontend.common",
|
||||||
":compiler:frontend.java",
|
":compiler:frontend.java",
|
||||||
":idea:ide-common",
|
|
||||||
":idea",
|
":idea",
|
||||||
":idea:idea-native",
|
":idea:idea-native",
|
||||||
":idea:idea-core",
|
":idea:idea-core",
|
||||||
@@ -108,7 +107,8 @@ val libraryProjects = listOf(
|
|||||||
":kotlin-noarg-compiler-plugin",
|
":kotlin-noarg-compiler-plugin",
|
||||||
":kotlin-sam-with-receiver-compiler-plugin",
|
":kotlin-sam-with-receiver-compiler-plugin",
|
||||||
":plugins:android-extensions-compiler",
|
":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
|
// Gradle tooling model jars are loaded into Gradle during import and should present in plugin as separate jar
|
||||||
|
|||||||
Reference in New Issue
Block a user