Skip to content

Commit

Permalink
Merge pull request #58 from robtimus/automatic-module-name
Browse files Browse the repository at this point in the history
Added automatic module name
  • Loading branch information
ceki committed Nov 21, 2022
2 parents 05f811c + 72f942b commit aa5e918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -208,6 +208,7 @@
<manifestEntries>
<X-Compile-Source-JDK>${maven.compiler.source}</X-Compile-Source-JDK>
<X-Compile-Target-JDK>${maven.compiler.target}</X-Compile-Target-JDK>
<Automatic-Module-Name>ch.qos.reload4j</Automatic-Module-Name>
</manifestEntries>
<!-- Add to output produced by bundle-plugin -->
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
Expand Down

0 comments on commit aa5e918

Please sign in to comment.