Skip to content

Commit

Permalink
Properly update Jenkinsfile to use Temurin Java 21.
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Apr 4, 2024
1 parent cbf9062 commit 04dcefe
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 @@ -6,7 +6,7 @@ pipeline {
}
tools {
maven 'apache-maven-latest'
jdk 'temurin-jdk17-latest'
jdk 'temurin-jdk21-latest'
}
environment {
BUILDING='/home/data/httpd/download.eclipse.org/technology/epp/building/'
Expand Down

0 comments on commit 04dcefe

Please sign in to comment.