mirror of
https://github.com/bisq-network/bisq.git
synced 2025-01-18 21:35:03 +01:00
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:
parent
a426e8fe45
commit
5613629bbe
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user