gradle error #538
-
java.lang.IllegalArgumentException: Unsupported class file major version 68 1 error
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
You have Java 24, but you need Java 8 for this project. |
Beta Was this translation helpful? Give feedback.
that is the same error, you probably need to set
JAVA_HOMEto point your new JDK8 installation