Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
OGM-1594 Use JDK 8 for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Sep 24, 2024
1 parent 504fec3 commit 56b0124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/release/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
}
tools {
maven 'Apache Maven 3.9'
jdk 'OpenJDK 21 Latest'
jdk 'OpenJDK 8 Latest'
}
options {
buildDiscarder logRotator(daysToKeepStr: '30', numToKeepStr: '10')
Expand Down

0 comments on commit 56b0124

Please sign in to comment.