Skip to content

Commit

Permalink
Merge pull request #1707 from deegree/upgrade-to-temurin-17
Browse files Browse the repository at this point in the history
Upgrade Jenkinsfile  to temurin 17 / Java 17
  • Loading branch information
tfr42 authored Jun 7, 2024
2 parents 9136802 + a550367 commit 61d4f7b
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 @@ -7,7 +7,7 @@ pipeline {
}
tools {
maven 'maven-3.9'
jdk 'adoptopenjdk-jdk11'
jdk 'temurin-jdk17'
}
environment {
MAVEN_OPTS='-Djava.awt.headless=true -Xmx4096m'
Expand Down

0 comments on commit 61d4f7b

Please sign in to comment.