Skip to content

Commit

Permalink
Use jdk21 on Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Sep 11, 2023
1 parent 9ac50c0 commit 2f3d560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/scripts/includes/pipeline-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [ -z "${__PIPELINE_ENV_INCLUDED__}" ]; then

if [ -n "${JENKINS_HOME}" ] ; then
export PIPELINE="true"
export JAVA_HOME="/tools/jdk20"
export JAVA_HOME="/tools/jdk21"
MAVEN_OPTS="${MAVEN_OPTS} -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
MAVEN_OPTS="${MAVEN_OPTS} -Dorg.slf4j.simpleLogger.showDateTime=true"
MAVEN_OPTS="${MAVEN_OPTS} -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss,SSS"
Expand Down

0 comments on commit 2f3d560

Please sign in to comment.