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

Drop condition for GraalVM < 22.2 #32883

Merged
merged 1 commit into from Apr 26, 2023

Commits on Apr 26, 2023

  1. Drop condition for GraalVM < 22.2

    The minimum required GraalVM version is 22.2 so there is no need to
    account for the old native-image logs.
    
    This also fixes an issue with GraalVM >= 23.0 where the version output
    changes and it no longer contains the "Version info:" string.
    zakkak committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    e9d26a7 View commit details
    Browse the repository at this point in the history