Skip to content

Commit

Permalink
Specify Multi-Release property in manifest (apache#12131)
Browse files Browse the repository at this point in the history
* Specify Multi-Release property in manifest

* Simplify manifest entries
  • Loading branch information
gortiz authored Jan 3, 2024
1 parent d4d910c commit a0a9b6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit a0a9b6b

Please sign in to comment.