diff --git a/Jenkinsfile b/Jenkinsfile index 2b1d12c..987213e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,4 +7,6 @@ buildPlugin( configurations: [ [platform: 'linux', jdk: 25], [platform: 'windows', jdk: 21], + // to validate it works with java 17 for jenkins lts + [platform: 'linux', jdk: 17], ]) diff --git a/pom.xml b/pom.xml index ace8f98..55e52a0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jvnet.hudson.plugins analysis-pom - 11.2958.v63511c4c1160 + 11.2867.v81ec3848d647