Hi there, when trying to run a maven build by issuing "maven clean verify" the build fails with the message
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project sis-javafx: Compilation failure [ERROR] module not found: javafx.graphics I have to admit that I am not an expert in maven. I would be glad if there is a hint what is going wrong here. Thanks in advance, Christoph
