Removed default testing for the Bulletin Board Client.
parent
e2f3dbe6b2
commit
fe209f6b5a
|
@ -69,7 +69,7 @@ dependencies {
|
||||||
|
|
||||||
test {
|
test {
|
||||||
exclude '**/*IntegrationTest*'
|
exclude '**/*IntegrationTest*'
|
||||||
outputs.upToDateWhen { false }
|
// outputs.upToDateWhen { false }
|
||||||
}
|
}
|
||||||
|
|
||||||
task integrationTest(type: Test) {
|
task integrationTest(type: Test) {
|
||||||
|
|
Loading…
Reference in New Issue