Using Intellij IDEA, I created a new Gradle project using Gradle 6.4 and Java 14, but when I try to build the project, I'm getting this error :
No enum constant org.gradle.api.JavaVersion.VERSION_14
What do I do ?
Edit 1 :
I'm using the latest EAP version of IDEA.