Skip to content

Commit

Permalink
fix(pom.xml): fix jar execution on Java 11 (#3678)
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored Nov 7, 2020
1 parent ad8be93 commit 9b3a042
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 @@ -225,6 +225,9 @@
<manifest>
<mainClass>spoon.Launcher</mainClass>
</manifest>
<manifestEntries>
<Multi-Release>true</Multi-Release>
</manifestEntries>
</archive>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
Expand Down

0 comments on commit 9b3a042

Please sign in to comment.