Skip to content

Commit

Permalink
prepare for java17 (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
mawinter69 authored May 31, 2024
2 parents 6701c5e + f0f696b commit ea44b68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ buildPlugin(
useContainerAgent: true,
forkCount: '0.75C',
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'windows', jdk: 11],
[platform: 'windows', jdk: 17],
[platform: 'linux', jdk: 17],
[platform: 'linux', jdk: 21]
])

0 comments on commit ea44b68

Please sign in to comment.