Skip to content

Commit d8e944c

Browse files
authored
docs: changelog for 3.17.2 (#1745)
1 parent 4d31417 commit d8e944c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "vscode-gradle" extension will be documented in this
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 3.17.2
8+
## What's Changed
9+
* fix - IllegalResolutionException when resolving configurations in https://github.com/microsoft/vscode-gradle/pull/1740
10+
711
## 3.17.1
812
## What's Changed
913
* fix - Same project name issue by @snjeza in https://github.com/microsoft/vscode-gradle/pull/1687

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-gradle",
33
"displayName": "Gradle for Java",
44
"description": "Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code",
5-
"version": "3.17.1",
5+
"version": "3.17.2",
66
"private": true,
77
"publisher": "vscjava",
88
"aiKey": "b4aae7d0-c65b-4819-92bf-1d2f537ae7ce",

0 commit comments

Comments
 (0)