Skip to content

Commit

Permalink
Keep META-INF/MANIFEST.MF in the bootstrap Gradle resolver artifact
Browse files Browse the repository at this point in the history
(cherry picked from commit 25168ef)
  • Loading branch information
aloubyansky authored and gsmet committed Aug 1, 2023
1 parent d42d14c commit 1ab8bea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions independent-projects/bootstrap/gradle-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
</excludes>
</filter>
</filters>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"/>
</transformers>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 1ab8bea

Please sign in to comment.