Querz / NBT

A java implementation of the NBT protocol, including a way to implement custom tags.
MIT License
182 stars 48 forks source link

Add Automatic-Module-Name manifest attribute #32

Closed jochembroekhoff closed 5 years ago

jochembroekhoff commented 5 years ago

This PR adds the Automatic-Module-Name attribute to the manifest of the final jar.

The value of this attribute is used to name automatic modules from jars that don't support Jigsaw (yet).

Without this explicit automatic module name, the module name resolved to NBT, but net.querz.nbt seems more appropriate.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 98.724% when pulling 94ed6d37ea3d359374e797c36492f7b0ba781b54 on jochembroekhoff:add-automatic-module-name into ff5ccababd1855ad5314d8fda45a4c22a900d942 on Querz:master.