Skip to content

ruby-build 20210928

Compare
Choose a tag to compare
@eregon eregon released this 28 Sep 10:42
· 469 commits to master since this release
  • Fix version check for Java 17

    • Fixes #1798
    • OpenJDK 17 reports:
      $ java -version
      openjdk version "17" 2021-09-14
      There is no dot in the version, so we need to only use the first match from grep -o.
    • Clarify it is a minimum required java version, not an exact version.