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
[ERROR] Failed to execute goal com.gluonhq:gluonfx-maven-plugin:1.0.20:compile (default-cli) on project app: Error: Fatal Error: java.io.IOException: Couldn't determine GraalVM version -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
The text was updated successfully, but these errors were encountered:
Same here.. looks like the version numbering of 21 is shorter than what the code is trying to parse.
I've seen this elsewhere with the new "21" version number being returned from the graalvm
at com.gluonhq.substrate.model.InternalProjectConfiguration.getGraalVersion(InternalProjectConfiguration.java:136)
at com.gluonhq.substrate.model.InternalProjectConfiguration.checkGraalVMVersion(InternalProjectConfiguration.java:468)
at com.gluonhq.substrate.SubstrateDispatcher.<init>(SubstrateDispatcher.java:381)
I just made a try with graal-21. I did not work
The text was updated successfully, but these errors were encountered: