Add distTar.enabled = false to build

Helps to speed up the build.

Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
HenrikJannsen 2022-12-07 11:47:14 -05:00
parent a1bbac41ea
commit 37c711a8aa
No known key found for this signature in database
GPG Key ID: 02AA2BAE387C8307

View File

@ -101,6 +101,7 @@ configure([project(':cli'),
build.dependsOn installDist
installDist.destinationDir = file('build/app')
distZip.enabled = false
distTar.enabled = false
// the 'installDist' and 'startScripts' blocks below configure bisq executables to put
// generated shell scripts in the root project directory, such that users can easily