diff --git a/Jenkinsfile b/Jenkinsfile index abcfcb7..d158d8a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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], ])