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
The current <option> configuration is used to provide options to the java command for both javafx:run and javafx:jlink goals. In case of javafx:jlink, the options are passed to the launcher script which seems to work well.
However, user may need to pass options to jlink command. There is no way to do it right now.
My suggestion is to include a new configuration jlinkOptions which would enable users to define flags which will be directly passed to the jlink command.
betanzos, YovelB, jaygazula27, 0x4a616e and webracer999