Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
chore: add java 21 builds (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
DuMaM authored Oct 12, 2023
1 parent 1bcbb54 commit a5c1420
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
@@ -1,6 +1,7 @@
buildPlugin(failFast: false,
useContainerAgent: true,
configurations: [
[platform: 'linux', jdk: '21'],
[platform: 'linux', jdk: '17'],
[platform: 'linux', jdk: '11'],
[platform: 'windows', jdk: '11'],
Expand Down

0 comments on commit a5c1420

Please sign in to comment.