diff --git a/Jenkinsfile b/Jenkinsfile index 5566f9f3f..341f9ceb5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ #!groovy buildPlugin(useContainerAgent: true, forkCount: '1C', configurations: [ - [platform: 'linux', jdk: 21], - [platform: 'windows', jdk: 17], + [platform: 'linux', jdk: 25], + [platform: 'windows', jdk: 21], ])