File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ pipeline {
4141 // Need to override the default maven configuration this way, because there is no other way to do it
4242 sh "sed -i 's/-Xmx5g/-Xmx1920m/' ./.mvn/jvm.config"
4343 sh "echo -e '\\n-XX:MaxMetaspaceSize=768m'>>./.mvn/jvm.config"
44- sh "./mvnw -Dquickly install"
44+ sh "./mvnw -pl !docs - Dquickly install"
4545 // Need to kill the gradle daemons started during the Maven install run
46- sh "pkill -f '.*GradleDaemon.*' || true"
46+ sh "sudo pkill -f '.*GradleDaemon.*' || true"
4747 // Need to override the default maven configuration this way, because there is no other way to do it
4848 sh "sed -i 's/-Xmx1920m/-Xmx1372m/' ./.mvn/jvm.config"
4949 sh "sed -i 's/MaxMetaspaceSize=768m/MaxMetaspaceSize=512m/' ./.mvn/jvm.config"
You can’t perform that action at this time.
0 commit comments