Skip to content

Commit

Permalink
Merge pull request #131 from jonesbusy/feature/update-jenkinsfile-bui…
Browse files Browse the repository at this point in the history
…ld-jdk-21

Remove Jenkins core version when building JDK 21
  • Loading branch information
jonesbusy authored Sep 5, 2023
2 parents f583fc5 + 3b0c269 commit c6f9a2f
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 c6f9a2f

Please sign in to comment.