File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 44if [ " $RDBMS " == " h2" ]; then
55 # This is the default.
66 goal=" preVerifyRelease"
7+ # Settings needed for `preVerifyRelease` execution - for asciidoctor doc rendering
8+ export GRADLE_OPTS=-Dorg.gradle.jvmargs=' -Dlog4j2.disableJmx -Xmx4g -XX:MaxMetaspaceSize=768m -XX:+HeapDumpOnOutOfMemoryError -Duser.language=en -Duser.country=US -Duser.timezone=UTC -Dfile.encoding=UTF-8'
79elif [ " $RDBMS " == " hsqldb" ] || [ " $RDBMS " == " hsqldb_2_6" ]; then
810 goal=" -Pdb=hsqldb"
911elif [ " $RDBMS " == " mysql" ] || [ " $RDBMS " == " mysql_8_0" ]; then
@@ -82,4 +84,4 @@ function logAndExec() {
8284 exec " ${@ } "
8385}
8486
85- logAndExec ./gradlew ciCheck ${goal} " ${@ } " -Plog-test-progress=true --stacktrace
87+ logAndExec ./gradlew ${gradleOpts} ciCheck ${goal} " ${@ } " -Plog-test-progress=true --stacktrace
You can’t perform that action at this time.
0 commit comments