gluonfx-maven-plugin icon indicating copy to clipboard operation
gluonfx-maven-plugin copied to clipboard

Couldn't determine GraalVM version

Open RealThanhpv opened this issue 2 years ago • 3 comments

I just made a try with graal-21. I did not work

[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.

RealThanhpv avatar Sep 20 '23 10:09 RealThanhpv

Encountered the same problem

westinyang avatar Sep 21 '23 06:09 westinyang

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

tmulle avatar Oct 12 '23 13:10 tmulle