-
Notifications
You must be signed in to change notification settings - Fork 216
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
java 8 can't use #547
Comments
➜ mvnd git:(master) ✗ java -version |
Yes, The minimum runtime environment is jdk 11 |
I guess you are trying use mvnd on Apple M1 and because there is no native executable for that platform, you use the So to run your build on Java 8, you somehow need to reach that the client process uses Java 11+ and the Daemon uses Java 8. An easy and dirty solution that comes to my mind would be to hardcode Maybe @gnodet knows of a better solution? |
|
Exception in thread "main" java.lang.UnsupportedClassVersionError: org/mvndaemon/mvnd/client/DefaultClient has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
The text was updated successfully, but these errors were encountered: