From c4376b48979efc87903cad514a6a174eb252aba6 Mon Sep 17 00:00:00 2001 From: Markus Winter Date: Fri, 31 May 2024 22:11:06 +0200 Subject: [PATCH] build with jdk 17 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 15572b3..6f55410 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ buildPlugin( useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 11] + [platform: 'linux', jdk: 17] ])