From 662920ec049ae5198d88cafc0e0f702e8ff7d3b8 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Thu, 27 Jun 2024 21:44:25 +0200 Subject: [PATCH] Build with Maven 4 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5fed9c5..217636c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild(jdks:[ "17", "21" ]) +asfMavenTlpPlgnBuild(jdks:[ "17", "21" ], maven: [ "4.0.x" ], siteJdk:[ "17" ], siteMvn:[ "4.0.x" ])