From 99ac6665df55a90ac8de00b1b06117f6e6460f76 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Wed, 26 Jun 2024 08:40:48 +0200 Subject: [PATCH] Build with Maven 4.0.x on Jenkins --- 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" ])