Skip to content

Commit

Permalink
add X-HubSpot-Target-Jdk attribute to jar manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredstehler committed May 9, 2024
1 parent f25d033 commit f713a2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,13 @@
<shadedPattern>jinjava.org.jsoup</shadedPattern>
</relocation>
</relocations>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<manifestEntries>
<X-HubSpot-Target-Jdk>${project.build.targetJdk}</X-HubSpot-Target-Jdk>
</manifestEntries>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit f713a2a

Please sign in to comment.