This commit is contained in:
Robert S 2014-04-26 16:51:48 -04:00
parent acef5edcd6
commit ec0e0307ce

View file

@ -100,6 +100,7 @@ allprojects {
subprojects {
archivesBaseName = "${System.getenv().JOB_NAME}"
sourceSets.main.compileClassPath += rootProject.sourceSets.api.output
dependencies {
compile rootProject
}
@ -126,10 +127,6 @@ task apiZip(type: Zip) {
include 'resonantinduction/api/**'
destinationDir = file 'output'
}
subprojects {
sourceSets.main.compileClassPath += rootProject.sourceSets.api.output
}
artifacts {
archives apiZip