Skip to content

Commit e0ff6ed

Browse files
committed
Add GRADLE_USER_HOME preference
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
1 parent d05dcf8 commit e0ff6ed

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,12 @@ The following settings are supported:
122122
* `java.showBuildStatusOnStart.enabled`: Automatically show build status on startup. Defaults to `false`.
123123
* `java.project.referencedLibraries`: Configure glob patterns for referencing local libraries to a Java project.
124124
* `java.completion.maxResults`: Maximum number of completion results (not including snippets).Setting 0 will disable the limit and return all results. Be aware the performance will be very negatively impacted.
125-
126-
New in 0.56.0:
127125
* `java.import.gradle.offline.enabled`: Enable/disable the Gradle offline mode. Defaults to `false`.
128126
* `java.configuration.runtimes`: Map Java Execution Environments to local JDKs.
129127

128+
New in 0.59.0:
129+
* `java.import.gradle.user.home`: setting for GRADLE_USER_HOME.
130+
130131
Troubleshooting
131132
===============
132133
1. Check the status of the language tools on the lower right corner (marked with A on image below).

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@
169169
"description": "Setting for GRADLE_HOME.",
170170
"scope": "window"
171171
},
172+
"java.import.gradle.user.home": {
173+
"type": "string",
174+
"default": null,
175+
"description": "Setting for GRADLE_USER_HOME.",
176+
"scope": "window"
177+
},
172178
"java.maven.downloadSources": {
173179
"type": "boolean",
174180
"default": false,

0 commit comments

Comments
 (0)