Build: Extract jvm ide module from kotlin-plugin.jar to standalone jar
This commit is contained in:
@@ -28,3 +28,9 @@ sourceSets {
|
||||
}
|
||||
|
||||
configureInstrumentation()
|
||||
|
||||
runtimeJar {
|
||||
archiveName = "jvm-ide.jar"
|
||||
}
|
||||
|
||||
ideaPlugin()
|
||||
|
||||
@@ -30,7 +30,6 @@ val projectsToShadow by extra(listOf(
|
||||
":idea:ide-common",
|
||||
":idea",
|
||||
":idea:idea-core",
|
||||
":idea:idea-jvm",
|
||||
":idea:idea-jps-common",
|
||||
":idea:idea-gradle",
|
||||
":idea:idea-maven",
|
||||
|
||||
Reference in New Issue
Block a user