Skip to content

Commit

Permalink
#83 Need to update to JDK11 for the newer dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed May 26, 2022
1 parent 53a87ba commit 5b7a509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {

agent {
docker {
image 'openjdk:8'
image 'openjdk:11'
}
}

Expand Down

0 comments on commit 5b7a509

Please sign in to comment.