Use plain Gradle console for running any of the tools.

This commit is contained in:
Andreas Schildbach
2019-03-20 22:30:09 +01:00
parent c7dfe59317
commit 7747532bd0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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