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