From 5613629bbe59c43851cb7bb373a843c7c640585c Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Tue, 10 Apr 2018 15:26:46 +0200 Subject: [PATCH] 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. --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3e2a3096ae..318535661f 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {