Skip to content

Commit

Permalink
Merge pull request #280 from gounthar/jdk21
Browse files Browse the repository at this point in the history
Test with Java 21
  • Loading branch information
jtnord authored Oct 2, 2023
2 parents 95772cd + c8dbd10 commit f4a68a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildPlugin(
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
])
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 17],
])

0 comments on commit f4a68a1

Please sign in to comment.