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

Support GraalVM 22.3.0 (Java 19) #524

Open
demidko opened this issue Oct 28, 2022 · 1 comment
Open

Support GraalVM 22.3.0 (Java 19) #524

demidko opened this issue Oct 28, 2022 · 1 comment

Comments

@demidko
Copy link

demidko commented Oct 28, 2022

For example, your plugin can't build configuration like this:

graal {
  javaVersion("19")
  graalVersion("22.3.0")
  option("--no-fallback")
  mainClass("AppKt")
}

But can

graal {
  javaVersion("17")
  graalVersion("22.3.0")
  option("--no-fallback")
  mainClass("AppKt")
}
@mageddo
Copy link

mageddo commented Jan 29, 2023

I really don't know why this plugin is so strict about the graalvm and jdk version, every single time Graal upgrades the plugin stops working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants