diff --git a/Jenkinsfile b/Jenkinsfile index d40153e..8eb2b78 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,5 @@ buildPlugin(configurations: [ - [platform: 'linux', jdk: '11'], - [platform: 'windows', jdk: '11'], -]) \ No newline at end of file + [platform: 'linux', jdk: 21], + [platform: 'linux', jdk: 11], + [platform: 'windows', jdk: 17], +])