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 f5cc9f1 commit 5ea5bc8Copy full SHA for 5ea5bc8
Jenkinsfile
@@ -13,7 +13,7 @@ pipeline {
13
jdk 'temurin-jdk21-latest'
14
}
15
environment {
16
- MAVEN_OPTS = '-Xmx3800m'
+ MAVEN_OPTS = '-Xmx4000m'
17
18
stages {
19
stage('Deploy parent-pom and SDK-target') {
0 commit comments