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

Add java version restrictions to readme #17

Open
mavwolverine opened this issue Dec 31, 2024 · 1 comment
Open

Add java version restrictions to readme #17

mavwolverine opened this issue Dec 31, 2024 · 1 comment

Comments

@mavwolverine
Copy link

mavwolverine commented Dec 31, 2024

It seems gradle 7.0 is being used which is incompatible with Java 17.

> startup failed:
  General error during conversion: Unsupported class file major version 61

  java.lang.IllegalArgumentException: Unsupported class file major version 61

https://docs.gradle.org/current/userguide/compatibility.html

Might be a good idea to mention compatible Java versions in README.

@mavwolverine
Copy link
Author

It seems Gradle 7.0 needs Java 16. But Java 17 is the first version supported on Arm Macs.

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

1 participant