gluonhq / substrate

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

Allow internal JDK builds to be used with Substrate. #1202

Closed johanvos closed 1 year ago

johanvos commented 1 year ago

When building the JDK from sources, by default the version name will contain the "internal-" String. This patch allows JDK versions containing this "internal-" String to be used as sources for GraalVM builds

Fix for #1201

Issue

Fixes #

Progress