Remove distZip.enabled statement from build.gradle

Setting this value to `false` was a minor optimization to improve build
speed, as we don't need both tar and zip dists to be built (and zip
actually takes a few seconds).

PR #1500 set it to `true`, because it ended up causing build failures
down the road. This commit removes the statement altogether, as `true`
is the default value anyway.
This commit is contained in:
Chris Beams 2018-04-10 15:26:46 +02:00
parent a426e8fe45
commit 5613629bbe
No known key found for this signature in database
GPG Key ID: 3D214F8F5BC5ED73

View File

@ -60,7 +60,6 @@ dependencies {
build.dependsOn installDist
installDist.destinationDir = file('build/app')
distZip.enabled = true
// generated with `./gradlew -q calculateChecksums | grep -v network.bisq:bisq-`
dependencyVerification {