srikanth-lingala / zip4j

A Java library for zip files and streams
Apache License 2.0
2.09k stars 313 forks source link

Add module info via moditect #561

Open bowbahdoe opened 2 months ago

bowbahdoe commented 2 months ago

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.