From 26e5e425f43af8b782bca739e85faf70562357c8 Mon Sep 17 00:00:00 2001 From: gounthar Date: Tue, 17 Oct 2023 18:58:26 +0200 Subject: [PATCH] Test with Java 21. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b5df19e38..92ac6abc4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: '11'], - [ platform: 'linux', jdk: '17' ], + [platform: 'linux', jdk: '17'], + [ platform: 'linux', jdk: '21' ], ])