From 0a257b225bde0fb5f2cc07719a278036971ca707 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Wed, 21 Dec 2022 11:34:47 -0800 Subject: [PATCH] Add Java 17 to build matrix --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 315a26660..df22ae2a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ buildPlugin(useContainerAgent: true, configurations: [ [ platform: "windows", jdk: "11" ], - [ platform: "linux", jdk: "11" ] + [ platform: "linux", jdk: "17" ] ])