Skip to content

Commit 988ac5e

Browse files
authored
ZOOKEEPER-5076: Upgrade JDK to 17 for the Owasp build
Reviewers: ctubbsii Author: anmolnar Closes #2437 from anmolnar/ZOOKEEPER-5076
1 parent 1b6a4c2 commit 988ac5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile-owasp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pipeline {
2929

3030
tools {
3131
maven "maven_latest"
32-
jdk "jdk_11_latest"
32+
jdk "jdk_17_latest"
3333
}
3434

3535
stages {

0 commit comments

Comments
 (0)