Skip to content

Commit

Permalink
make jar multi release
Browse files Browse the repository at this point in the history
  • Loading branch information
ianopolous committed Mar 26, 2024
1 parent ea968e3 commit 50d77e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
<echo file="META-INF/MANIFEST.MF">Main-Class: peergos.server.Main
Class-Path: .
Implementation-Version: web-ui/${repository.version}
Multi-Release: true
Javac-Version: ${javac.version}</echo>
<zip destfile="${server}/Peergos.jar" basedir="." includes="META-INF/MANIFEST.MF" update="true"></zip>
<!-- Canonicalise jar -->
Expand Down

0 comments on commit 50d77e6

Please sign in to comment.