mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Add distTar.enabled = false
to build
Helps to speed up the build. Signed-off-by: HenrikJannsen <boilingfrog@gmx.com>
This commit is contained in:
parent
a1bbac41ea
commit
37c711a8aa
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue