Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GraalVM to 21.3.0, use Java 17 GraalVM #507

Merged
merged 3 commits into from
Dec 29, 2021

Commits on Dec 22, 2021

  1. Workaround /bin/sh issue with % sign in JVM PATH entry

    With certain JVMs, some Java home paths have a % sign, which /bin/sh
    doesn't support (see added comment).
    alexarchambault committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    2c4ad47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a52dff View commit details
    Browse the repository at this point in the history
  3. Update GraalVM to 21.3.0, use Java 17 GraalVM

    But keep using GraalVM 21.2.0 on Windows (weird dead lock on CI)
    alexarchambault committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    1258b4b View commit details
    Browse the repository at this point in the history