vscode-gradle icon indicating copy to clipboard operation
vscode-gradle copied to clipboard

Change internal gradle version

Open RiccardoBarbieri opened this issue 4 years ago • 3 comments

I need to use the latest version of gradle since it offers support for JDK 17 but as of today the version used is 6.4

I'd like the ability to specify the version of gradle to use, even better would be an internal installer to choose the version.

For now I'm using gradle from command line for the project that require upper gradle versions.

RiccardoBarbieri avatar Dec 02 '21 14:12 RiccardoBarbieri

Do you mean to change the Gradle version of your project? If so, you can just specify the related Gradle distribution url in ./gradle/wrapper/gradle-wrapper.properties if you're using a wrapper and java.import.gradle.wrapper.enabled is enabled.

CsCherrYY avatar Dec 03 '21 01:12 CsCherrYY

Not sure if it's the right thing you want, but https://github.com/microsoft/vscode-gradle/pull/1145 will upgrade the version of gradle wrapper from the repository to 7.3.3.

CsCherrYY avatar Jan 06 '22 07:01 CsCherrYY