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 {
41
41
// Need to override the default maven configuration this way, because there is no other way to do it
42
42
sh "sed -i 's/-Xmx5g/-Xmx1920m/' ./.mvn/jvm.config"
43
43
sh "echo -e '\\n-XX:MaxMetaspaceSize=768m'>>./.mvn/jvm.config"
44
- sh "./mvnw -Dquickly install"
44
+ sh "./mvnw -pl !docs - Dquickly install"
45
45
// 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"
47
47
// Need to override the default maven configuration this way, because there is no other way to do it
48
48
sh "sed -i 's/-Xmx1920m/-Xmx1372m/' ./.mvn/jvm.config"
49
49
sh "sed -i 's/MaxMetaspaceSize=768m/MaxMetaspaceSize=512m/' ./.mvn/jvm.config"
You can’t perform that action at this time.
0 commit comments