zip4j icon indicating copy to clipboard operation
zip4j copied to clipboard

Add module info via moditect

Open bowbahdoe opened this issue 1 year ago • 0 comments
trafficstars

This adds a module info to the final jar using moditect.

This one file will be put under META-INF/versions/9 and so won't be picked up by android. Everything else will continue to be compiled at source/release 7 and should avoid the downsides encountered in #289 .

This is needed for using this library in a jlinked image.

bowbahdoe avatar Aug 27 '24 19:08 bowbahdoe