Issue with building: Unsupported class file major version 60 #313
-
After importing, this error is coming, pls help me soon Stacktrace``` Caused by: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: or FAILURE: Build failed with an exception.
java.lang.IllegalArgumentException: Unsupported class file major version 60 1 error
java.lang.IllegalArgumentException: Unsupported class file major version 60 1 error
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hi Pawanupadhyay10, you are using Java 16 (which was released just a few days ago) and is not yet supported by Gradle. Please use a Java JDK >= 8 and <= 15. I recommend 11 since it is a LTS release. |
Beta Was this translation helpful? Give feedback.
Hi Pawanupadhyay10, you are using Java 16 (which was released just a few days ago) and is not yet supported by Gradle. Please use a Java JDK >= 8 and <= 15. I recommend 11 since it is a LTS release.