Skip to content

Releases: microsoft/vscode-gradle

3.13.2

25 Oct 11:10
7e16270
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

3.12.6 (2022-11-29)

Fixed

3.12.5

28 Sep 07:55
Compare
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
Compare
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
Compare
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

3.12.2

30 Jun 09:12
Compare
Choose a tag to compare

3.12.2 (2022-06-30)

Fixed

3.12.1

31 May 08:14
Compare
Choose a tag to compare

3.12.1 (2022-06-01)

Fixed