Skip to content

Commit

Permalink
Delete Java 21 plattform (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinGroscheTT committed Jul 31, 2024
1 parent e4eee04 commit 4940f7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
buildPluginWithGradle(
configurations: [
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 17],
[platform: 'linux', jdk: 21],
[platform: 'windows', jdk: 21]
[platform: 'windows', jdk: 17]
]
)

0 comments on commit 4940f7f

Please sign in to comment.