We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfbaad commit a5e6d49Copy full SHA for a5e6d49
build/mvnd
@@ -25,7 +25,7 @@ _CALLING_DIR="$(pwd)"
25
_COMPILE_JVM_OPTS="-Xms2g -Xmx2g -XX:ReservedCodeCacheSize=1g -Xss128m"
26
27
if [ "$CI" ]; then
28
- export MAVEN_CLI_OPTS="-T2C --no-transfer-progress --errors --fail-fast --quiet"
+ export MAVEN_CLI_OPTS="-T2C --no-transfer-progress --errors --fail-fast -Dorg.slf4j.simpleLogger.defaultLogLevel=WARN"
29
fi
30
31
# Installs any application tarball given a URL, the expected tarball name,
0 commit comments