I wanted to create a Gradle class, but there was an error
An internal error occurred during: "Create Gradle project(s)". Could not determine java version from '13.0.1'.
while creating a Gradle project.
so I googled it and found that Gradle(5.6.1) is compatible with java 8. and I re-downloaded java 8. also changed environment variable, JDK Compliance to 1.8, and Installed JREs to jre1.8.0.
but there is same error again! could you tell me whether I omitted something while re-version java? or this is not about the version of java?
sorry for bad English.