--add-exports java.desktop/com.sun.imageio.plugins.gif=ALL-UNNAMED --add-exports java.desktop/com.sun.imageio.plugins.png=ALL-UNNAMED -s target/generated-sources ...
I'm dealing with the following issue: I have got a JavaFX JDK 11 project with two modules: main and test. Main holds all the source code and the source code resources. And test holds all the JUnit ...