diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index 1f36364..9440b18 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,6 +2,6 @@ io.jenkins.tools.incrementals git-changelist-maven-extension - 1.7 + 1.13 diff --git a/Jenkinsfile b/Jenkinsfile index cf37cff..cc82bac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 21], - [platform: 'windows', jdk: 17], + [platform: 'windows', jdk: 21], [platform: 'linux', jdk: 25], ]) diff --git a/pom.xml b/pom.xml index 14f3586..e2189cc 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ org.jenkins-ci.plugins plugin - 5.24 + 5.2102.v5f5fe09fccf1