Skip to content

Commit

Permalink
build on the correct java
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Jul 29, 2022
1 parent 9d121d7 commit 68cee82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -3,7 +3,7 @@
pipeline {
agent any
tools {
jdk "jdk-16.0.1+9"
jdk "jdk-17.0.1"
}
stages {
stage('Clean') {
Expand Down

0 comments on commit 68cee82

Please sign in to comment.