Closed ripcurlx closed 3 years ago
Using the plugin in a non-modular project prints following warning:
Unsupported JavaFX configuration: classes were loaded from 'unnamed module @41005828'
This is because of https://bugs.openjdk.java.net/browse/JDK-8256362.
Is there a configuration option for the plugin to add the openjfx modules correctly as modules for a non-modular project?
This is not something which can be handled via the plugin. The warning comes from JavaFX and as stated in the linked JBS issue, JavaFX should be loaded from moudule-path and not from classpath.
Using the plugin in a non-modular project prints following warning:
This is because of https://bugs.openjdk.java.net/browse/JDK-8256362.
Is there a configuration option for the plugin to add the openjfx modules correctly as modules for a non-modular project?