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