commit a7460eac8d7097820efd314ea8e52a51c62e85c9 parent c7a8ed393673c4f093a57bafcdb5c4a239520ea7 Author: MS <ms@taler.net> Date: Tue, 8 Dec 2020 14:18:39 +0100 Launch quietly. Diffstat:
| M | sandbox/libeufin-sandbox-dev-template | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sandbox/libeufin-sandbox-dev-template b/sandbox/libeufin-sandbox-dev-template @@ -2,7 +2,7 @@ ARGS="$@" cd PROJECT -if (( $# > 0 )); then ./gradlew --console=plain sandbox:run --args="$ARGS" -else ./gradlew --console=plain sandbox:run +if (( $# > 0 )); then ./gradlew -q --console=plain sandbox:run --args="$ARGS" +else ./gradlew -q --console=plain sandbox:run fi cd - > /dev/null