Skip to content

Commit

Permalink
Compile with java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-doubez committed Jul 26, 2024
1 parent 84089a7 commit c255396
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ buildPlugin(useContainerAgent: true,
// See https://github.com/jenkins-infra/helpdesk/issues/2752 for more details and updates.
artifactCachingProxyEnabled: true,
configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
[platform: 'linux', jdk: 21],
[platform: 'linux', jdk: 11],
[platform: 'windows', jdk: 17],
])

0 comments on commit c255396

Please sign in to comment.