Skip to content

Commit

Permalink
Test with Java 21 (#587)
Browse files Browse the repository at this point in the history
* Test with Java 21

Preparing for upcoming release of Java 21 in September 2023

* Test only Linux Java 21

Testing two platforms with Java 21 is more than is needed
  • Loading branch information
MarkEWaite authored Aug 20, 2023
1 parent 5183669 commit b6f2145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 17],
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 11],
])

0 comments on commit b6f2145

Please sign in to comment.