mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
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:
parent
fedfa7a16c
commit
0e8c46e262
|
@ -81,11 +81,14 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<archive>
|
<archive>
|
||||||
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
||||||
|
<manifestEntries>
|
||||||
|
<Automatic-Module-Name>com.google.zxing</Automatic-Module-Name>
|
||||||
|
</manifestEntries>
|
||||||
</archive>
|
</archive>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue