mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Don't use the Gradle daemon for running any of the tools.
This commit is contained in:
@@ -16,4 +16,4 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
args="$@"
|
args="$@"
|
||||||
gradle -q build_checkpoints "-PappArgs=$args"
|
gradle -q --no-daemon build_checkpoints "-PappArgs=$args"
|
||||||
|
@@ -16,4 +16,4 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
args="$@"
|
args="$@"
|
||||||
gradle -q wallet_tool "-PappArgs=$args"
|
gradle -q --no-daemon wallet_tool "-PappArgs=$args"
|
||||||
|
Reference in New Issue
Block a user