diff --git a/Jenkinsfile b/Jenkinsfile index a566ce1..d46386d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 21], - [platform: 'windows', jdk: 17] + [platform: 'linux', jdk: 25], + [platform: 'windows', jdk: 21] ])