Build: Centralize compiler dist build logic in :kotlin-compiler project
This commit is contained in:
@@ -47,8 +47,6 @@ sourceSets {
|
||||
|
||||
runtimeJar()
|
||||
|
||||
dist()
|
||||
|
||||
testsJar()
|
||||
|
||||
projectTest {
|
||||
|
||||
@@ -75,7 +75,7 @@ sourceSets {
|
||||
testsJar {}
|
||||
|
||||
projectTest(parallel = true) {
|
||||
dependsOn(":kotlin-android-extensions-runtime:dist")
|
||||
dependsOn(":dist")
|
||||
workingDir = rootDir
|
||||
useAndroidSdk()
|
||||
useAndroidJar()
|
||||
|
||||
@@ -22,5 +22,3 @@ publish()
|
||||
runtimeJar()
|
||||
sourcesJar()
|
||||
javadocJar()
|
||||
|
||||
dist(targetName = "android-extensions-runtime.jar")
|
||||
|
||||
Reference in New Issue
Block a user