vscode-gradle
vscode-gradle copied to clipboard
Could not use Gradle version 4.10.3 and Java version 11.0.14 to configure the build. Please consider either to change your Java Runtime or your Gradle settings.
I have an old springboot project which use gradle as build tool, but the gradle is a low version. I want to try to import this project with vs code, but the vs code prompt "Could not use Gradle version 4.10.3 and Java version 11.0.14 to configure the build. Please consider either to change your Java Runtime or your Gradle settings.", I don't know how to solve this issue, can someone help me solve this?Thanks in advance.
Environment: vs code: 1.65.2 openjdk: 11.0.14 gradle for java: v3.11 springboot: 1.5
You will see some options in that notification and follow one of them. e.g., update your Gradle version or re-choose a JVM to configure Gradle build.