Don't use the Gradle daemon for running any of the tools.

This commit is contained in:
Andreas Schildbach
2019-03-13 11:38:07 +01:00
parent 8a208040d9
commit b3e33fea2a
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@
set -e
args="$@"
gradle -q build_checkpoints "-PappArgs=$args"
gradle -q --no-daemon build_checkpoints "-PappArgs=$args"

View File

@@ -16,4 +16,4 @@
set -e
args="$@"
gradle -q wallet_tool "-PappArgs=$args"
gradle -q --no-daemon wallet_tool "-PappArgs=$args"