bytes-java icon indicating copy to clipboard operation
bytes-java copied to clipboard

Add module-info via moditect

Open bowbahdoe opened this issue 2 years ago • 1 comments

Addresses #63

Before:

> jlink -p target/bytes-1.6.2.jar --add-modules at.favre.lib.bytes --output jre

Error: automatic module cannot be used with jlink: at.favre.lib.bytes from file:///Users/emccue/Development/bytes-java/target/bytes-1.6.2.jar

After:

> jlink -p target/bytes-1.6.2.jar --add-modules at.favre.lib.bytes --output jre
> ./jre/bin/java --list-modules
[email protected]
[email protected]
[email protected]

bowbahdoe avatar Nov 25 '23 16:11 bowbahdoe

@patrickfav Do you have any time to get around to this? I'll send you a 🍕 if you give me a venmo or an address to send it to.

bowbahdoe avatar May 04 '24 18:05 bowbahdoe