Skip to content

Commit

Permalink
Remove Jenkins core version when building JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesbusy committed Sep 5, 2023
1 parent c0a0716 commit 09b115b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ buildPlugin(
configurations: [
[platform: 'linux', jdk: 11],
[platform: 'linux', jdk: 17],
[platform: 'linux', jdk: '21', jenkins: '2.414'],
[platform: 'linux', jdk: 21],
])

0 comments on commit 09b115b

Please sign in to comment.