Build: Embed projects not published to maven into kotlin-plugin.jar
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user