This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push: new a0a9b6bca6 Specify Multi-Release property in manifest (#12131) a0a9b6bca6 is described below commit a0a9b6bca6f07a4d490f41effe354b2616747697 Author: Gonzalo Ortiz Jaureguizar <gor...@users.noreply.github.com> AuthorDate: Wed Jan 3 08:59:11 2024 +0100 Specify Multi-Release property in manifest (#12131) * Specify Multi-Release property in manifest * Simplify manifest entries --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index baf068e52d..53653e0c8c 100644 --- a/pom.xml +++ b/pom.xml @@ -2081,6 +2081,9 @@ <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> <mainClass>${mainClass}</mainClass> + <manifestEntries> + <Multi-Release>true</Multi-Release> + </manifestEntries> </transformer> </transformers> <!-- exclude signed Manifests --> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org