Fix for build script by AbrarSyed

This commit is contained in:
Robert S 2014-04-26 16:36:05 -04:00
parent e210232629
commit 57bf1043f3

View file

@ -99,8 +99,8 @@ allprojects {
}
subprojects {
archivesBaseName = "${System.getenv().JOB_NAME}"
archivesBaseName = "${System.getenv().JOB_NAME}"
sourceSets.main.compileClassPath += rootProject.sourceSets.api.output
dependencies {
compile rootProject
}