Skip system tests by default as they don't work on Travis CI

This commit is contained in:
Christian Basler 2016-02-04 10:12:43 +01:00
parent 354f506872
commit 9231cf5eaa
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,8 @@ uploadArchives {
sourceCompatibility = 1.8
test.enabled = Boolean.valueOf(systemTestsEnabled)
task fatCapsule(type: FatCapsule) {
applicationClass 'ch.dissem.bitmessage.demo.Main'
}

View File

@ -8,3 +8,4 @@ signing.password=
ossrhUsername=
ossrhPassword=
systemTestsEnabled=false