Build: Extract jvm ide module from kotlin-plugin.jar to standalone jar

This commit is contained in:
Vyacheslav Gerasimov
2018-05-08 16:59:35 +03:00
parent 80f5a1d44d
commit 4d4ff636d2
2 changed files with 6 additions and 1 deletions
+6
View File
@@ -28,3 +28,9 @@ sourceSets {
}
configureInstrumentation()
runtimeJar {
archiveName = "jvm-ide.jar"
}
ideaPlugin()
-1
View File
@@ -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",