Hi!
It is not clear from the documentation why we need addModules. Doesn't this plugin already detects what modules are necessary and bundle them into the custom runtime?
<jvm.modules>javafx.media,javafx.controls,javafx.fxml,java.logging</jvm.modules>
...
<addModules>${jvm.modules}</addModules>
Hi!
It is not clear from the documentation why we need
addModules. Doesn't this plugin already detects what modules are necessary and bundle them into the custom runtime?