Skip to content

Commit 036de9b

Browse files
committed
update package information
1 parent 79221ce commit 036de9b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "gradle-build-helper",
33
"displayName": "gradle-build-helper",
4-
"description": "",
5-
"version": "1.0.2",
4+
"description": "Gradle Build Helper is a Visual Studio Code extension that simplifies running Gradle tasks",
5+
"version": "1.0.3",
66
"publisher": "hwantage",
77
"license": "MIT",
88
"engines": {
@@ -58,8 +58,7 @@
5858
"gradlew clean",
5959
"gradlew build -t",
6060
"gradlew clean build $profile",
61-
"gradlew css",
62-
"gradlew war"
61+
"gradlew runApp"
6362
],
6463
"description": "Available Gradle tasks"
6564
},
@@ -73,7 +72,11 @@
7372
"items": {
7473
"type": "string"
7574
},
76-
"default": [],
75+
"default": [
76+
"gradle",
77+
".gradle",
78+
"build"
79+
],
7780
"description": "Directories to exclude (only if multi-project is enabled)",
7881
"scope": "resource"
7982
}
32.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)