Releases: microsoft/vscode-gradle
Releases · microsoft/vscode-gradle
3.13.2
3.13.1
Fixed
- Improve the project root inference logic. PR#1433
- Add windows requirements into CONTRIBUTING.md. PR#1429, contributed by @JoseLion
- Reuse Gradle connector for the same project root. GBS#94
- Improve the Gradle home path search logic. GBS#95
- Use Gradle 7.4.2 as a fallback version when no suitable build approach is found. GBS#96
3.13.0
Added
- Add support for subfolder gradle projects. PR#1336, contributed by @gayanper
- Add a new Gradle project importer that leverage the Gradle Build Server to import Gradle projects. You can turn it off via setting
java.gradle.buildServer.enabled
, if you don't want to use it.
Fixed
- Replace link to AdoptOpenJDK with Adoptium in README. PR#1412, contributed by @ElectricalBoy