Skip to content

Commit

Permalink
HBASE-28700 Change hbase site build to use jdk 17 (#6036)
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Sun <sunxin@apache.org>
  • Loading branch information
Apache9 authored Jul 4, 2024
1 parent 0a1f1c4 commit 3d4bf2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pipeline {
tools {
maven 'maven_latest'
// this needs to be set to the jdk that ought to be used to build releases on the branch the Jenkinsfile is stored in.
jdk "jdk_1.8_latest"
jdk "jdk_17_latest"
}
steps {
dir('hbase') {
Expand Down

0 comments on commit 3d4bf2e

Please sign in to comment.