Skip to content

Commit

Permalink
Use plain Gradle console for running any of the tools.
Browse files Browse the repository at this point in the history
(cherry picked from commit db51bb257cc2c18463c38d9f0cf4ec9e18c3cff5)
Signed-off-by: HashEngineering <[email protected]>
  • Loading branch information
Andreas Schildbach authored and HashEngineering committed Jun 25, 2024
1 parent 0266cdf commit d1aef7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wallet-tool
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

set -e
args="$@"
./gradlew -q --no-daemon wallet_tool "-PappArgs=$args"
./gradlew -q --no-daemon --console=plain wallet_tool "-PappArgs=$args"

0 comments on commit d1aef7b

Please sign in to comment.