gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] 02/02: prefer quiet launch


From: gnunet
Subject: [libeufin] 02/02: prefer quiet launch
Date: Tue, 01 Dec 2020 12:47:22 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

commit 786086d3779d15ccace3d80788530405a2aa1fbc
Author: MS <ms@taler.net>
AuthorDate: Tue Dec 1 12:47:15 2020 +0100

    prefer quiet launch
---
 nexus/libeufin-nexus-dev-template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/libeufin-nexus-dev-template 
b/nexus/libeufin-nexus-dev-template
index 8383497..c321883 100644
--- a/nexus/libeufin-nexus-dev-template
+++ b/nexus/libeufin-nexus-dev-template
@@ -2,7 +2,7 @@
 
 ARGS="$@"
 cd PROJECT
-if (( $# > 0 )); then ./gradlew --console=plain nexus:run --args="$ARGS"
+if (( $# > 0 )); then ./gradlew -q --console=plain nexus:run --args="$ARGS"
 else ./gradlew --console=plain nexus:run
 fi
 cd - > /dev/null

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]