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
that works for mvn javafx:run, fails for mvn javafx:jlink with:
INFO] --- javafx-maven-plugin:0.0.2:jlink (default-cli) @ fx ---
Error: unknown option: --add-opens
Usage: jlink <options> --module-path <modulepath> --add-modules <module>[,<module>...]
Use --help for a list of possible options
The text was updated successfully, but these errors were encountered:
jperedadnr
added a commit
to jperedadnr/javafx-maven-plugin
that referenced
this issue
Jun 7, 2019
For instance, adding:
that works for
mvn javafx:run
, fails formvn javafx:jlink
with:The text was updated successfully, but these errors were encountered: