Closed bskaarup closed 10 months ago
Out of curiosity, which JVM uses a . in that position instead of _?
Oracle requires a _ to separate the "update" version:
https://www.oracle.com/java/technologies/javase/versioning-naming.html
but maybe not all JVM providers follow the same scheme?
Eclipse Temurin jdk-18.0.2.1+1 did it.
… like JAVA_VERSION="17.0.8.1" and not only JAVA_VERSION="17.0.8_1"