Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 89b3a94

Browse files
committed
Add Automatic-Module-Name to the manifest to support the Java 9 modularity (#134)
1 parent 439103c commit 89b3a94

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,9 @@
320320
<fileset dir="${build}/unsafe-classes" />
321321
<fileset dir="${build}/generated-classes" />
322322
<fileset dir="${build}/jni" erroronmissingdir="false" />
323+
<manifest>
324+
<attribute name="Automatic-Module-Name" value="org.lz4.lz4-java"/>
325+
</manifest>
323326
</jar>
324327
</target>
325328

0 commit comments

Comments
 (0)