Current attempts to use Gradle 6.5 with openjdk version "16-ea" 2021-03-16 result in a failure along the lines of:
> Task :buildSrc:validatePlugins FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':buildSrc:validatePlugins'.
> There was a failure while executing work items
> A failure occurred while executing org.gradle.plugin.devel.tasks.internal.ValidateAction
> Unsupported class file major version 60
Please add support for Java 16.
Note, however, that the above failure is due to lack of support for Java 16 in ASM.
Current attempts to use Gradle 6.5 with
openjdk version "16-ea" 2021-03-16result in a failure along the lines of:Please add support for Java 16.
Note, however, that the above failure is due to lack of support for Java 16 in ASM.