diff --git a/Jenkinsfile b/Jenkinsfile index ba75acfd8..31450074f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ * allowing one to test against multiple Jenkins versions. */ buildPlugin(useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 11], - [platform: 'windows', jdk: 11], - [platform: 'linux', jdk: 17, jenkins: '2.462'], + [platform: 'linux', jdk: 17], + [platform: 'windows', jdk: 17], + [platform: 'linux', jdk: 21, jenkins: '2.463'] ]) diff --git a/pom.xml b/pom.xml index 8ab406d8f..50340f0cc 100644 --- a/pom.xml +++ b/pom.xml @@ -56,13 +56,11 @@ THE SOFTWARE. 999999-SNAPSHOT - 2.361 + 2.463 1.37 jenkinsci/${project.artifactId} --patch-module=java.base=${project.build.outputDirectory}/netbeans/harness/modules/ext/org-netbeans-insane-hook.jar --add-exports=java.base/org.netbeans.insane.hook=ALL-UNNAMED - - 11