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

This commit is contained in:
Vyacheslav Gerasimov
2018-05-08 18:22:15 +03:00
parent f666db74f9
commit 3d7f2f663f
3 changed files with 12 additions and 1 deletions
+6
View File
@@ -60,3 +60,9 @@ testsJar()
projectTest { projectTest {
workingDir = rootDir workingDir = rootDir
} }
runtimeJar {
archiveName = "maven-ide.jar"
}
ideaPlugin()
+6
View File
@@ -59,3 +59,9 @@ testsJar()
projectTest { projectTest {
workingDir = rootDir workingDir = rootDir
} }
runtimeJar {
archiveName = "maven-ide.jar"
}
ideaPlugin()
-1
View File
@@ -31,7 +31,6 @@ val projectsToShadow by extra(listOf(
":idea", ":idea",
":idea:idea-core", ":idea:idea-core",
":idea:idea-gradle", ":idea:idea-gradle",
":idea:idea-maven",
//":idea-ultimate", //":idea-ultimate",
":compiler:ir.psi2ir", ":compiler:ir.psi2ir",
":compiler:ir.tree", ":compiler:ir.tree",