From 1bcf216cdccb3e7ff4d93af03073681860f17490 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Thu, 2 May 2024 21:13:46 +0200 Subject: [PATCH] Use default JDKs on jenkins build --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e257faf3..e9f05f7d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild(jdks:[ "8", "11", "17", "19"]) +asfMavenTlpPlgnBuild()