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 ca5f855 commit 09442ffCopy full SHA for 09442ff
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 --fail-fast --color always -Dmvnd.noBuffering=false -Dmvnd.rollingWindowSize=100"
+ export MAVEN_CLI_OPTS="-T2C --no-transfer-progress --color always"
29
fi
30
31
# Installs any application tarball given a URL, the expected tarball name,
0 commit comments