Build: Embed projects not published to maven into kotlin-plugin.jar
This commit is contained in:
@@ -35,10 +35,6 @@ testsJar {}
|
||||
|
||||
dist(targetName = the<BasePluginConvention>().archivesBaseName.removePrefix("kotlin-") + ".jar")
|
||||
|
||||
ideaPlugin {
|
||||
from(jar)
|
||||
}
|
||||
|
||||
projectTest {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
@@ -26,6 +26,3 @@ sourceSets {
|
||||
}
|
||||
|
||||
runtimeJar()
|
||||
|
||||
ideaPlugin()
|
||||
|
||||
|
||||
@@ -48,8 +48,6 @@ runtimeJar {
|
||||
|
||||
dist()
|
||||
|
||||
ideaPlugin()
|
||||
|
||||
testsJar {}
|
||||
|
||||
evaluationDependsOn(":kotlin-android-extensions-runtime")
|
||||
|
||||
@@ -82,5 +82,3 @@ projectTest {
|
||||
}
|
||||
|
||||
runtimeJar()
|
||||
|
||||
ideaPlugin()
|
||||
|
||||
@@ -21,8 +21,4 @@ sourceSets {
|
||||
"test" {}
|
||||
}
|
||||
|
||||
val jar = runtimeJar()
|
||||
|
||||
ideaPlugin {
|
||||
from(jar)
|
||||
}
|
||||
runtimeJar()
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
@@ -30,16 +30,12 @@ sourceSets {
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
|
||||
val jar = runtimeJar {}
|
||||
runtimeJar()
|
||||
|
||||
testsJar {}
|
||||
testsJar()
|
||||
|
||||
dist(targetName = the<BasePluginConvention>().archivesBaseName.removePrefix("kotlin-") + ".jar")
|
||||
|
||||
ideaPlugin {
|
||||
from(jar)
|
||||
}
|
||||
|
||||
projectTest {
|
||||
workingDir = rootDir
|
||||
}
|
||||
|
||||
@@ -27,5 +27,3 @@ sourceSets {
|
||||
}
|
||||
|
||||
runtimeJar()
|
||||
|
||||
ideaPlugin()
|
||||
|
||||
@@ -33,6 +33,3 @@ sourceSets {
|
||||
}
|
||||
|
||||
runtimeJar()
|
||||
|
||||
ideaPlugin()
|
||||
|
||||
|
||||
@@ -20,6 +20,3 @@ sourceSets {
|
||||
}
|
||||
|
||||
runtimeJar()
|
||||
|
||||
ideaPlugin()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user