From f36aacd44012c75dd735930270229ee2fce884da Mon Sep 17 00:00:00 2001 From: Tim Jacomb <21194782+timja@users.noreply.github.com> Date: Mon, 15 Jul 2024 09:14:31 +0100 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 91a2c466..d2ef02e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,5 +7,5 @@ buildPlugin( configurations: [ [platform: 'linux', jdk: 17], [platform: 'linux', jdk: 21], - [platform: 'windows', jdk: 11], + [platform: 'windows', jdk: 21], ])