core JAR Automatic-Module-Name: com.google.zxing (#1155)

Add Automatic-Module-Name entry of com.google.zxing
to the core JAR for Java Platform Module System.

See Issue #1154
This commit is contained in:
Sean Gilligan 2019-04-08 05:43:00 -07:00 committed by Sean Owen
parent fedfa7a16c
commit 0e8c46e262

View file

@ -81,11 +81,14 @@
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Automatic-Module-Name>com.google.zxing</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
</plugins>
</build>
</build>
</project>