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
@@ -23,10 +23,6 @@ sourceSets {
"test" {}
}
val jar = runtimeJar {}
runtimeJar()
dist(targetName = the<BasePluginConvention>().archivesBaseName + ".jar")
ideaPlugin {
from(jar)
}
@@ -23,6 +23,3 @@ sourceSets {
}
runtimeJar()
ideaPlugin()