Skip to content

Commit

Permalink
Test on Java 21 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault authored Aug 11, 2023
1 parent 39e0db9 commit ad531e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// TODO can simplify once buildPlugin defaults to use JDK 11
buildPlugin(useContainerAgent: true, configurations: [
[jdk: 11, platform: 'linux'],
[jdk: 11, platform: 'windows'],
[jdk: 17, platform: 'linux'],
[jdk: 21, platform: 'linux'],
[jdk: 17, platform: 'windows']
])

0 comments on commit ad531e4

Please sign in to comment.