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.
mvnd.noBuffering
1 parent dba25e3 commit e2eca01Copy full SHA for e2eca01
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 -Dmvnd.noBuffering=false"
+ export MAVEN_CLI_OPTS="-T2C --no-transfer-progress --fail-fast -Dmvnd.noBuffering=false"
29
fi
30
31
# Installs any application tarball given a URL, the expected tarball name,
0 commit comments