From 73c4fce51a77469d122336338f5a099a2e716c5f Mon Sep 17 00:00:00 2001 From: Mikhail Marchenko Date: Wed, 4 Dec 2024 19:07:47 +0300 Subject: [PATCH] build only on java 17 --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5a640fe..630d8ba 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,3 @@ buildPlugin(useContainerAgent: true, configurations: [ - [ platform: "linux", jdk: "11" ], [ platform: "linux", jdk: "17" ] ])