From adbf836768c6eb04cc571b3df967228f911170a5 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Wed, 14 Dec 2022 17:28:28 +0100 Subject: [PATCH] Fix the common jar not being built with the multi-release flag --- common/pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 0e56e6f6..fa4199d0 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -73,6 +73,17 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + + true + + + + @@ -118,17 +129,6 @@ - - org.apache.maven.plugins - maven-jar-plugin - - - - true - - - -