Skip to content

Commit 0f312e6

Browse files
authored
Add Automatic-Module-Name manifest entry (#972)
* Add Automatic-Module-Name manifest entry: `org.gitlab4j.api` This gets rid of warnings on Java 9+, and makes it safer to use this library as a module.
1 parent f93aeec commit 0f312e6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@
171171
<configuration>
172172
<archive>
173173
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
174+
<manifestEntries>
175+
<Automatic-Module-Name>org.gitlab4j.api</Automatic-Module-Name>
176+
</manifestEntries>
174177
</archive>
175178
</configuration>
176179
</plugin>

0 commit comments

Comments
 (0)