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()