Build: Extract jps-common ide module from kotlin-plugin.jar to standalone jar
This commit is contained in:
@@ -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()
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user