Skip to content

Commit 1cd015f

Browse files
committed
[hibernate#1895] Upgrade JDK to 17 for jenkins pipelines
1 parent 653d740 commit 1cd015f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/release/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pipeline {
6161
label 'Worker&&Containers'
6262
}
6363
tools {
64-
jdk 'OpenJDK 11 Latest'
64+
jdk 'OpenJDK 17 Latest'
6565
}
6666
options {
6767
buildDiscarder logRotator(daysToKeepStr: '30', numToKeepStr: '10')

ci/snapshot-publish.Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pipeline {
1515
label 'Fedora'
1616
}
1717
tools {
18-
jdk 'OpenJDK 11 Latest'
18+
jdk 'OpenJDK 17 Latest'
1919
}
2020
options {
2121
rateLimitBuilds(throttle: [count: 1, durationName: 'hour', userBoost: true])

0 commit comments

Comments
 (0)