mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-21 22:11:52 +01:00
Use plain Gradle console for running any of the tools.
This commit is contained in:
parent
a67f54cd0c
commit
db51bb257c
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue