Author: Simon Frankenberger Subject: Fix java version check The java version check only detects java 17, 18, 19 and does not work with java 20+. This patch fixes the regex. --- old/build/build.xml +++ new/build/build.xml @@ -174,7 +174,7 @@ - + .${line.separator}${line.separator}