Build: Embed projects not published to maven into kotlin-plugin.jar

This commit is contained in:
Vyacheslav Gerasimov
2019-03-14 19:34:53 +03:00
parent 4ff1506161
commit d554b5aafa
24 changed files with 39 additions and 107 deletions
+2 -6
View File
@@ -90,10 +90,6 @@ projectTest {
useAndroidSdk()
}
testsJar {}
testsJar()
runtimeJar {
archiveName = "android-ide.jar"
}
ideaPlugin()
runtimeJar()
@@ -23,8 +23,4 @@ sourceSets {
"test" {}
}
runtimeJar {
archiveName = "android-output-parser-ide.jar"
}
ideaPlugin()
runtimeJar()
-2
View File
@@ -14,5 +14,3 @@ sourceSets {
"main" { projectDefault() }
"test" { }
}
ideaPlugin()
+1 -5
View File
@@ -21,8 +21,4 @@ sourceSets {
"test" {}
}
runtimeJar {
archiveName = "jps-common-ide.jar"
}
ideaPlugin()
runtimeJar()
+1 -5
View File
@@ -31,8 +31,4 @@ sourceSets {
configureFormInstrumentation()
runtimeJar {
archiveName = "jvm-ide.jar"
}
ideaPlugin()
runtimeJar()
+1 -6
View File
@@ -76,11 +76,6 @@ projectTest {
workingDir = rootDir
}
if (Ide.IJ()) {
runtimeJar {
archiveName = "maven-ide.jar"
}
ideaPlugin()
runtimeJar()
}
@@ -19,5 +19,3 @@ sourceSets {
}
runtimeJar()
ideaPlugin()
@@ -19,5 +19,3 @@ sourceSets {
}
runtimeJar()
ideaPlugin()
@@ -19,5 +19,3 @@ sourceSets {
}
runtimeJar()
ideaPlugin()