vscode-gradle icon indicating copy to clipboard operation
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.

Open go299 opened this issue 3 years ago • 2 comments

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

go299 avatar Mar 25 '22 05:03 go299

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.

CsCherrYY avatar Mar 29 '22 02:03 CsCherrYY