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