From 3cd6bf9d6fce474101728ee2e3243d8cb0837701 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Sat, 30 Sep 2023 13:24:22 -0600 Subject: [PATCH] Test with Java 21 Java 21 released Sep 19, 2023. We'd like to announce full support for Java 21 in early October and would like the most used plugins to be compiling and testing with Java 21. The acceptance test harness and plugin bill of materials tests are already passing with Java 21. This is a further step to improve plugin readiness for use with Java 21 and for development with Java 21. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 8d38b97..df57c55 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,5 @@ buildPlugin(useContainerAgent: true, configurations: [ + [platform: 'linux', jdk: 21], [platform: 'linux', jdk: 17], [platform: 'windows', jdk: 11], ])