mvn
package fails with a class file version error.
#790
-
If
|
Beta Was this translation helpful? Give feedback.
Answered by
mansu
Mar 1, 2024
Replies: 1 comment
-
This error happens when the Java version is older than To fix this we need to set the Java version to Java 21:
More instructions for mac can he found here. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mansu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error happens when the Java version is older than
java 9
. Can be fixed by using the latest version of JVM.To fix this we need to set the Java version to Java 21:
More instructions for mac can he found here.