Committing before moving to a new better branch

vbdev
Hai Brenner 2016-02-22 21:04:29 +02:00
parent 3f5b5ab1e4
commit ccf6171f9b
1 changed files with 9 additions and 0 deletions

View File

@ -54,6 +54,15 @@ dependencies {
runtime 'org.codehaus.groovy:groovy:2.4.+'
}
test {
exclude '**/*IntegrationTest*'
exclude '**/*ManualTest*'
}
task manualTest(type: Test) {
include '**/*ManualTest*'
}
/*==== You probably don't have to edit below this line =======*/