Skip to content

Commit

Permalink
chore(releng): force JDK version during maven build
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyo committed Nov 25, 2024
1 parent f79037c commit 3eb9015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ try {

stage('Build') {

withMaven(globalMavenSettingsConfig: custom_maven_global_settings, mavenSettingsConfig: custom_maven_settings, publisherStrategy: 'EXPLICIT', traceability: true) {
withMaven(jdk: 'OpenJDK_11', globalMavenSettingsConfig: custom_maven_global_settings, mavenSettingsConfig: custom_maven_settings, publisherStrategy: 'EXPLICIT', traceability: true) {
sh "./mvnw clean ${mavenPhase} -Dmaven.test.skip=${skipTests} -Dmaven.install.skip=true -Dtycho.localArtifacts=ignore"
}

Expand Down

0 comments on commit 3eb9015

Please sign in to comment.