You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only way to create custom runtimes is with JlinkModule which, as the name suggests, only supports modularized Java applications. Would it be possible to make it work with non-modularized applications, similar to sbt native-packager's jlink-plugin?
The text was updated successfully, but these errors were encountered:
Currently, the only way to create custom runtimes is with
JlinkModule
which, as the name suggests, only supports modularized Java applications. Would it be possible to make it work with non-modularized applications, similar to sbt native-packager's jlink-plugin?The text was updated successfully, but these errors were encountered: