Minor spelling change

This commit is contained in:
Robert S 2014-04-26 17:08:06 -04:00
parent ec0e0307ce
commit 67d7114f1b

View file

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