mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +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
@ -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…
Reference in New Issue
Block a user