gluonhq / substrate

Create native Java(FX) apps for desktop, mobile and embedded
GNU General Public License v2.0
372 stars 51 forks source link

handle OpenJDK aligned GraalVM versions #1222

Closed kristofdho closed 1 year ago

kristofdho commented 1 year ago

The GraalVM version check does not allow the latest GraalVM for JDK 17 / 20 to be used as it reports the JDK version instead of the old GraalVM version numbering.

Issue

Fixes #1221

Progress