Other |
---|
jfx24 b19Fixed |
Blocks :
|
The build file uses manual parsing of version strings. Java 9 added Runtime.Version (https://docs.oracle.com/en/java/javase/23/docs/api/java.base/java/lang/Runtime.Version.html) that does parsing and comparison (it implements Comparable). Replacing the manual code with the JDK's simplifies the build file and is less error prone.
|