mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -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,6 +81,9 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in a new issue