Skip to content

Commit

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

Remove Jenkins core version when building JDK 21
  • Loading branch information
jonesbusy authored Sep 5, 2023
2 parents c0a0716 + 09b115b commit f333142
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 f333142

Please sign in to comment.