Skip to content

Commit fd9b648

Browse files
authored
Stop building on Java 11
1 parent 030ff21 commit fd9b648

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
buildPlugin(useContainerAgent: true, configurations: [
2-
[ platform: 'linux', jdk: '11' ],
3-
[ platform: 'windows', jdk: '11' ],
4-
[ platform: 'linux', jdk: '17' ],
2+
[ platform: 'windows', jdk: '17' ],
53
[ platform: 'linux', jdk: '21' ],
64
])

0 commit comments

Comments
 (0)