From d179ca99b77b06c585885ea5671581c1613769e5 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sat, 12 Aug 2023 19:50:03 +0200 Subject: [PATCH] Test on Java 21 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8d38b97..8b7fd8d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 17], - [platform: 'windows', jdk: 11], + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], ])