Skip to content

Instantly share code, notes, and snippets.

@nirvdrum
Created May 10, 2017 21:59
Show Gist options
  • Save nirvdrum/9f8c329e41eb5586caab8158c65dd263 to your computer and use it in GitHub Desktop.
Save nirvdrum/9f8c329e41eb5586caab8158c65dd263 to your computer and use it in GitHub Desktop.
diff --git a/build.xml b/build.xml
index e2d57e3..790456f 100644
--- a/build.xml
+++ b/build.xml
@@ -396,11 +396,7 @@
<target name="-assemble-native-jar" depends="-init-vars, -build-platform-jar">
<jar jarfile="${native.jar}" index="true" update="true" duplicate="preserve"
filesetmanifest="skip">
- <archives>
- <zips>
- <fileset dir="archive" includes="jffi-*.jar"/>
- </zips>
- </archives>
+ <zipgroupfileset dir="archive" includes="jffi-*.jar"/>
<zipfileset src="${dist.dir}/jffi-${platform}.jar"/>
</jar>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment