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 {
workingDir = rootDir
}
runtimeJar {
archiveName = "maven-ide.jar"
}
ideaPlugin()
+6
View File
@@ -59,3 +59,9 @@ testsJar()
projectTest {
workingDir = rootDir
}
runtimeJar {
archiveName = "maven-ide.jar"
}
ideaPlugin()