Skip to content

Commit

Permalink
core JAR Automatic-Module-Name: com.google.zxing (#1155)
Browse files Browse the repository at this point in the history
Add Automatic-Module-Name entry of com.google.zxing
to the core JAR for Java Platform Module System.

See Issue #1154
  • Loading branch information
msgilligan authored and srowen committed Apr 8, 2019
1 parent fedfa7a commit 0e8c46e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions core/pom.xml
Expand Up @@ -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>

0 comments on commit 0e8c46e

Please sign in to comment.