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
which an example project as expected. When I want to run it with
mvn javafx:run
it breaks with
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project gluon-client-sample: Fatal error compiling: invalid flag: --release -> [Help 1]
The problem is that I'm running JDK8, it would be nice if I got an error message saying 'You should use Java11' for example. One easy way would be to add
I've created an example project with
which an example project as expected. When I want to run it with
it breaks with
The problem is that I'm running JDK8, it would be nice if I got an error message saying 'You should use Java11' for example. One easy way would be to add
to the generated pom.xml.
The text was updated successfully, but these errors were encountered: