chore: Prepare for 3.12.4 (#1274)
This commit is contained in:
Родитель
541534780d
Коммит
1b0b9f8fd6
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -4,6 +4,17 @@ All notable changes to the "vscode-gradle" extension will be documented in this
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [3.12.4](https://github.com/microsoft/vscode-gradle/compare/3.12.3...3.12.4) (2022-08-31)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Automatically rename duplicate task names with additional relative path. [PR#1265](https://github.com/microsoft/vscode-gradle/pull/1265)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Allow to use environment executable java to launch servers. [PR#1263](https://github.com/microsoft/vscode-gradle/pull/1263)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- [Bugs fixed](https://github.com/microsoft/vscode-gradle/issues?q=is%3Aissue+label%3Abug+milestone%3A%22Augest+2022%22+is%3Aclosed)
|
||||||
|
|
||||||
## [3.12.3](https://github.com/microsoft/vscode-gradle/compare/3.12.2...3.12.3) (2022-07-27)
|
## [3.12.3](https://github.com/microsoft/vscode-gradle/compare/3.12.2...3.12.3) (2022-07-27)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vscode-gradle",
|
"name": "vscode-gradle",
|
||||||
"version": "3.12.3",
|
"version": "3.12.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "vscode-gradle",
|
"name": "vscode-gradle",
|
||||||
"displayName": "Gradle for Java",
|
"displayName": "Gradle for Java",
|
||||||
"description": "Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code",
|
"description": "Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code",
|
||||||
"version": "3.12.3",
|
"version": "3.12.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"publisher": "vscjava",
|
"publisher": "vscjava",
|
||||||
"aiKey": "b4aae7d0-c65b-4819-92bf-1d2f537ae7ce",
|
"aiKey": "b4aae7d0-c65b-4819-92bf-1d2f537ae7ce",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче