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

Original commit: f2b323fbe3
This commit is contained in:
Vyacheslav Gerasimov
2018-05-08 17:05:53 +03:00
parent e4d51df269
commit a38eb5a483
+5 -1
View File
@@ -10,7 +10,6 @@ dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:cli-common"))
compile(project(":compiler:frontend.java"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep())
}
@@ -19,3 +18,8 @@ sourceSets {
"test" {}
}
runtimeJar {
archiveName = "jps-common-ide.jar"
}
ideaPlugin()