.
This commit is contained in:
parent
acef5edcd6
commit
ec0e0307ce
1 changed files with 1 additions and 4 deletions
|
@ -100,6 +100,7 @@ allprojects {
|
|||
|
||||
subprojects {
|
||||
archivesBaseName = "${System.getenv().JOB_NAME}"
|
||||
sourceSets.main.compileClassPath += rootProject.sourceSets.api.output
|
||||
dependencies {
|
||||
compile rootProject
|
||||
}
|
||||
|
@ -127,10 +128,6 @@ task apiZip(type: Zip) {
|
|||
destinationDir = file 'output'
|
||||
}
|
||||
|
||||
subprojects {
|
||||
sourceSets.main.compileClassPath += rootProject.sourceSets.api.output
|
||||
}
|
||||
|
||||
artifacts {
|
||||
archives apiZip
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue