Serban Iordache

Results 113 comments of Serban Iordache

Another option is the [badass-jar-plugin](https://github.com/beryx/badass-jar-plugin), which is a lightweight plugin dedicated to this task. It allows both options (adding the module-info.class file directly to the JAR or creating a Multi-Release...

Great! I sent you an invitation.

I created [a sample project](https://github.com/beryx-gist/jnativehook-modular-demo) that uses `jlink` to create a custom runtime image and `jpackage` to create platform-specific packages/installers for the [NativeHookDemo](https://github.com/kwhat/jnativehook/blob/2.2/src/main/java/com/github/kwhat/jnativehook/example/NativeHookDemo.java) application. The project uses Gradle as the...