threerings / getdown

Download, Install, Update
Other
507 stars 125 forks source link

Ability to handle java version with period sign instead of underscore… #274

Closed bskaarup closed 10 months ago

bskaarup commented 10 months ago

… like JAVA_VERSION="17.0.8.1" and not only JAVA_VERSION="17.0.8_1"

samskivert commented 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?

bskaarup commented 10 months ago

Eclipse Temurin jdk-18.0.2.1+1 did it.