Skip to content

Commit

Permalink
new java versions support
Browse files Browse the repository at this point in the history
  • Loading branch information
lokha committed Jan 23, 2021
1 parent 1aa7838 commit 9bbe635
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@
<configuration>
<outputDirectory>${app.out}</outputDirectory>
<finalName>${plugin.namePlugin}</finalName>
<archive>
<manifestEntries>
<Multi-Release>true</Multi-Release>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 9bbe635

Please sign in to comment.