Skip to content

Releases: microsoft/vscode-gradle

3.13.4

13 Nov 05:24
9b858af

Choose a tag to compare

Fixed

  • Store the scan result of the project importer. PR#1445
  • Plugin with id not found. GBS#98
  • No builders are available to build a model of type. GBS#99
  • No such method error: CompileOptions.getAnnotationProcessorGeneratedSourcesDirectory(). GBS#100

3.13.3

26 Oct 07:48
9dc7c51

Choose a tag to compare

Fixed

  • Ignore the generated optional sources during problem checker. PR#1443

3.13.2

25 Oct 11:10
7e16270

Choose a tag to compare

Fixed

  • Skip Android projects when importing Gradle projects. PR#1439
  • Improve the project scan logic. PR#1432
  • Reuse built extension for tests in CI pipelines. PR#1438, contributed by @JoseLion

3.13.1

24 Oct 01:45
c8350e0

Choose a tag to compare

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

13 Oct 04:33
3fb7c72

Choose a tag to compare

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

3.12.7

27 Mar 08:06

Choose a tag to compare

3.12.7 (2023-03-27)

Added

Changed

  • Upgrade vscode requirement to 1.76.0. PR#1263
  • Upgrade repository wrapper to 8.0.2. PR#1317

Fixed

3.12.6

29 Nov 03:58

Choose a tag to compare

3.12.6 (2022-11-29)

Fixed

3.12.5

28 Sep 07:55

Choose a tag to compare

3.12.5 (2022-09-28)

Added

  • New configuration gradle.projectOpenBehaviour to specify the default method of opening newly created project. PR#1282

3.12.4

31 Aug 05:00

Choose a tag to compare

3.12.4 (2022-08-31)

Added

  • Automatically rename duplicate task names with additional relative path. PR#1265

Changed

  • Allow to use environment executable java to launch servers. PR#1263

Fixed

3.12.3

12 Aug 01:46

Choose a tag to compare

3.12.3 (2022-07-27)

Added

  • Show Gradle commands in Project Manager's submenu. PR#1252
  • Show shortcut for reload all Java projects in Gradle Project view. PR#1259

Changed

  • Move the previous refresh button to overflow group. PR#1259