Updated the build.gradle to delegate down to the subprojects

This commit is contained in:
2019-02-03 20:46:37 -07:00
parent d008757b53
commit fc36fa994e
19 changed files with 38 additions and 86 deletions
@@ -13,17 +13,5 @@ repositories {
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
}
test {
if (System.properties['test.profile'] != 'integrationTest') {
exclude '**/*integrationTest*'
} else {
exclude '**/*edu/*'
}
}
testSets {
unitTest
integrationTest
compile fileTree(dir: 'lib', include: '**/*.jar')
}