Skip to content

Commit

Permalink
Add Java 17 to build/test matrix (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Mar 12, 2022
1 parent 1122ee2 commit 63610a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
buildPlugin(useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: '8' ],
[ platform: 'linux', jdk: '11' ],
[ platform: 'windows', jdk: '11' ]
[ platform: 'windows', jdk: '11' ],
[ platform: 'linux', jdk: '17' ],
])

0 comments on commit 63610a5

Please sign in to comment.