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