Updated the builds

This commit is contained in:
2019-02-03 19:35:30 -07:00
parent 683d6e22c4
commit 9979975fd0
2 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -74,8 +74,8 @@ dependencies {
}
test {
if (System.properties['test.profile'] != 'edu.msudenver.tsp.website.integrationTest') {
exclude '**/*edu.msudenver.tsp.website.integrationTest*'
if (System.properties['test.profile'] != 'integrationTest') {
exclude '**/*integrationTest*'
} else {
exclude '**/*edu/*'
}