Skip to content

Commit ec15e79

Browse files
committed
Use JDK 21 to build Hibernate ORM in update job
1 parent fcffca0 commit ec15e79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ci/dependency-update/Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,9 @@ pipeline {
186186
return params.ORM_REPOSITORY?.trim() || params.ORM_BRANCH?.trim() || params.ORM_PULL_REQUEST_ID?.trim()
187187
}
188188
}
189+
tools {
190+
jdk 'OpenJDK 21 Latest'
191+
}
189192
steps {
190193
script {
191194
if (params.ORM_BRANCH?.trim() && params.ORM_PULL_REQUEST_ID?.trim()) {

0 commit comments

Comments
 (0)