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 756784b commit 320dc12Copy full SHA for 320dc12
.kokoro/build.sh
@@ -47,6 +47,7 @@ set +e
47
48
case ${JOB_TYPE} in
49
test)
50
+ export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=128m"
51
mvn test -B -Dclirr.skip=true -Denforcer.skip=true
52
RETURN_CODE=$?
53
;;
0 commit comments