From cdbd1deb58e578fff9892e26b4232ec90031c67e Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Sat, 3 Dec 2022 14:31:30 -0800 Subject: [PATCH] Update build toolchain (#53) --- Jenkinsfile | 4 ++-- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1bf6eff..4ca105a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ buildPlugin(configurations: [ - [ platform: "linux", jdk: "8" ], [ platform: "windows", jdk: "11" ], - [ platform: "linux", jdk: "11" ] + [ platform: "linux", jdk: "11" ], + [ platform: "linux", jdk: "17" ], ]) diff --git a/pom.xml b/pom.xml index 25f1d27..cc070b1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.51 + 4.52 io.jenkins.plugins @@ -29,7 +29,7 @@ 2.3.7-2 -SNAPSHOT - 2.332.1 + 2.361.4 jenkinsci/${project.artifactId}-plugin