Skip to content

Commit

Permalink
Enable automatic module name (#308)
Browse files Browse the repository at this point in the history
Enable automatic module name
  • Loading branch information
TrackerSB committed Oct 7, 2021
1 parent e93cb12 commit 58b9cc7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -232,6 +232,9 @@
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Automatic-Module-Name>org.reflections</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
Expand Down

0 comments on commit 58b9cc7

Please sign in to comment.