diff --git a/Jenkinsfile b/Jenkinsfile index f9c6305..ad97439 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,5 @@ buildPlugin( useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 21], - [platform: 'linux', jdk: 17], + [platform: 'linux', jdk: 25] ])