File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,5 @@ SC_RELEASE_TAG="v$SC_VERSION"
1515# ####################
1616# ## build and test maven ###
1717# ####################
18- mvn --no-transfer-progress -B install --file pom.xml
18+ ulimit -n 16384
19+ mvn --no-transfer-progress -B install --file pom.xml -Dsurefire.forkCount=4 -DargLine=" -XX:-OmitStackTraceInFastThrow" -Dsurefire.useFile=false
Original file line number Diff line number Diff line change @@ -36,5 +36,6 @@ sed -i -e "s/$sc_find/$sc_replace/g" $CUR/README.md
3636# ####################
3737# ## build and test maven ###
3838# ####################
39- mvn --no-transfer-progress -B install --file pom.xml
39+ ulimit -n 16384
40+ mvn --no-transfer-progress -B install --file pom.xml -Dsurefire.forkCount=4 -DargLine=" -XX:-OmitStackTraceInFastThrow" -Dsurefire.useFile=false
4041
You can’t perform that action at this time.
0 commit comments