Updated the build.gradle to delegate down to the subprojects
This commit is contained in:
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user