Skip to content

Commit

Permalink
Run tests on Java 11 & 17 (#441)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Jacomb <[email protected]>
  • Loading branch information
NotMyFault and timja authored Oct 2, 2022
1 parent 17b483b commit 085131f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
buildPlugin(useContainerAgent: true, platforms: ['linux'])
buildPlugin(useContainerAgent: true, configurations: [
[platform: 'linux', jdk: '11'],
[platform: 'linux', jdk: '17']
])

0 comments on commit 085131f

Please sign in to comment.