Closed jochembroekhoff closed 5 years ago
This PR adds the Automatic-Module-Name attribute to the manifest of the final jar.
Automatic-Module-Name
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.
NBT
net.querz.nbt
Coverage remained the same at 98.724% when pulling 94ed6d37ea3d359374e797c36492f7b0ba781b54 on jochembroekhoff:add-automatic-module-name into ff5ccababd1855ad5314d8fda45a4c22a900d942 on Querz:master.
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
, butnet.querz.nbt
seems more appropriate.