Skip to content

Commit

Permalink
Add Automatic-Module-Name to the manifest to support the Java 9 modul…
Browse files Browse the repository at this point in the history
…arity (#134)
  • Loading branch information
odaira committed Feb 11, 2019
1 parent 6b655c7 commit 7d7ca2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@
<fileset dir="${build}/unsafe-classes" />
<fileset dir="${build}/generated-classes" />
<fileset dir="${build}/jni" erroronmissingdir="false" />
<manifest>
<attribute name="Automatic-Module-Name" value="org.lz4.lz4-java"/>
</manifest>
</jar>
</target>

Expand Down

0 comments on commit 7d7ca2b

Please sign in to comment.