Fix for build script by AbrarSyed
This commit is contained in:
parent
e210232629
commit
57bf1043f3
1 changed files with 2 additions and 2 deletions
|
@ -99,8 +99,8 @@ allprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
archivesBaseName = "${System.getenv().JOB_NAME}"
|
archivesBaseName = "${System.getenv().JOB_NAME}"
|
||||||
|
sourceSets.main.compileClassPath += rootProject.sourceSets.api.output
|
||||||
dependencies {
|
dependencies {
|
||||||
compile rootProject
|
compile rootProject
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue