From 7747532bd0573cf553a0ee40be06f5f54073cd73 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Wed, 20 Mar 2019 22:30:09 +0100 Subject: [PATCH] Use plain Gradle console for running any of the tools. --- tools/build-checkpoints | 2 +- tools/wallet-tool | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build-checkpoints b/tools/build-checkpoints index 0d61c835..f09f0253 100755 --- a/tools/build-checkpoints +++ b/tools/build-checkpoints @@ -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" diff --git a/tools/wallet-tool b/tools/wallet-tool index bed7cdea..c2706dca 100755 --- a/tools/wallet-tool +++ b/tools/wallet-tool @@ -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"