I'm trying to run my gradle project springboot in vscode. But I am getting gradle build error. I have gradle 6.8 installed in my machine and gradle_home is set correctly. I'm using Java 8.
My Gradle wrapper Properties
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https://services.gradle.org/distributions/gradle-6.8-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists