Committing before moving to a new better branch
parent
3f5b5ab1e4
commit
ccf6171f9b
|
@ -54,6 +54,15 @@ dependencies {
|
||||||
runtime 'org.codehaus.groovy:groovy:2.4.+'
|
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 =======*/
|
/*==== You probably don't have to edit below this line =======*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue