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

This commit is contained in:
Vyacheslav Gerasimov
2018-05-08 17:05:53 +03:00
parent 4d4ff636d2
commit f2b323fbe3
2 changed files with 5 additions and 2 deletions
+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()
-1
View File
@@ -30,7 +30,6 @@ val projectsToShadow by extra(listOf(
":idea:ide-common",
":idea",
":idea:idea-core",
":idea:idea-jps-common",
":idea:idea-gradle",
":idea:idea-maven",
//":idea-ultimate",