VRRAF
VRRAF
This change in commit breaks compatibility with Gradle < v5.0 https://github.com/microsoft/vscode-gradle/blob/8ebc46f89a28a0ef5c8a1f91df95939082423be5/gradle-plugin/src/main/java/com/microsoft/gradle/GradleProjectModelBuilder.java#L45 This class is available in Gradle > v5.0 In Gradle < v5.0 there is https://github.com/gradle/gradle/blob/b9a962bf70638332300e7f810689cb2febbd4a6c/subprojects/tooling-api/src/main/java/org/gradle/tooling/internal/gradle/DefaultGradleProject.java , but I don't...
@jdneo and @CsCherrYY sorry for tagging you directly. #1302 pull request broke compatibility with gradle version < 5 As I commented above, the vscode-gradle project seems to be incompatible for...