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
@@ -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()
+1 -5
View File
@@ -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()
+2 -6
View File
@@ -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
}
-2
View File
@@ -27,5 +27,3 @@ sourceSets {
}
runtimeJar()
ideaPlugin()
@@ -33,6 +33,3 @@ sourceSets {
}
runtimeJar()
ideaPlugin()
@@ -20,6 +20,3 @@ sourceSets {
}
runtimeJar()
ideaPlugin()