Skip to content

Commit

Permalink
Stop building on Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
sghill authored Jan 16, 2025
1 parent 030ff21 commit fd9b648
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
@@ -1,6 +1,4 @@
buildPlugin(useContainerAgent: true, configurations: [
[ platform: 'linux', jdk: '11' ],
[ platform: 'windows', jdk: '11' ],
[ platform: 'linux', jdk: '17' ],
[ platform: 'windows', jdk: '17' ],
[ platform: 'linux', jdk: '21' ],
])

0 comments on commit fd9b648

Please sign in to comment.