Skip to content

Commit

Permalink
Test with Java 21 (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
  • Loading branch information
MarkEWaite and timja authored Oct 8, 2023
1 parent 83882f4 commit ef17d92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'linux', jdk: 17]
[platform: 'linux', jdk: 17],
[platform: 'linux', jdk: 21],
])

0 comments on commit ef17d92

Please sign in to comment.