Build: Centralize compiler dist build logic in :kotlin-compiler project
This commit is contained in:
@@ -36,9 +36,7 @@ sourceSets {
|
||||
runtimeJar()
|
||||
sourcesJar()
|
||||
javadocJar()
|
||||
testsJar {}
|
||||
|
||||
dist(targetName = the<BasePluginConvention>().archivesBaseName + ".jar")
|
||||
testsJar()
|
||||
|
||||
projectTest(parallel = true) {
|
||||
workingDir = rootDir
|
||||
|
||||
Reference in New Issue
Block a user