Skip to content

Commit

Permalink
Merge pull request #644 from basil/java17
Browse files Browse the repository at this point in the history
Add Java 17 to build matrix
  • Loading branch information
jglick authored Dec 21, 2022
2 parents f7bf63f + 0a257b2 commit decdc7e
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
@@ -1,4 +1,4 @@
buildPlugin(useContainerAgent: true, configurations: [
[ platform: "windows", jdk: "11" ],
[ platform: "linux", jdk: "11" ]
[ platform: "linux", jdk: "17" ]
])

0 comments on commit decdc7e

Please sign in to comment.