Skip to content

Commit bbb929f

Browse files
committed
quiet
1 parent a5e6d49 commit bbb929f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/mvnd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ _CALLING_DIR="$(pwd)"
2525
_COMPILE_JVM_OPTS="-Xms2g -Xmx2g -XX:ReservedCodeCacheSize=1g -Xss128m"
2626

2727
if [ "$CI" ]; then
28-
export MAVEN_CLI_OPTS="-T2C --no-transfer-progress --errors --fail-fast -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN"
28+
export MAVEN_CLI_OPTS="-T2C --no-transfer-progress --errors --fail-fast --quiet"
2929
fi
3030

3131
# Installs any application tarball given a URL, the expected tarball name,

0 commit comments

Comments
 (0)