Skip to content

Commit 21bdfec

Browse files
snjezafbricon
authored andcommitted
Add additional Gradle preferences
Signed-off-by: Snjezana Peco <snjezana.peco@redhat.com>
1 parent d8d86ee commit 21bdfec

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ The following settings are supported:
109109
* `java.codeGeneration.toString.listArrayContents`: List contents of arrays instead of using native toString(). Defaults to `true`.
110110
* `java.codeGeneration.toString.limitElements`: Limit number of items in arrays/collections/maps to list, if 0 then list all. Defaults to `0`.
111111

112+
*New in 0.47.0*
113+
114+
* `java.import.gradle.arguments`: Arguments to pass to Gradle.
115+
* `java.import.gradle.jvmArguments`: JVM arguments to pass to Gradle.
116+
* `java.import.gradle.home`: setting for GRADLE_HOME.
117+
112118

113119
Troubleshooting
114120
===============

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,24 @@
139139
"description": "Gradle version, used if the gradle wrapper is missing or disabled.",
140140
"scope": "window"
141141
},
142+
"java.import.gradle.arguments": {
143+
"type": "string",
144+
"default": null,
145+
"description": "Arguments to pass to Gradle.",
146+
"scope": "window"
147+
},
148+
"java.import.gradle.jvmArguments": {
149+
"type": "string",
150+
"default": null,
151+
"description": "JVM arguments to pass to Gradle.",
152+
"scope": "window"
153+
},
154+
"java.import.gradle.home": {
155+
"type": "string",
156+
"default": null,
157+
"description": "Setting for GRADLE_HOME.",
158+
"scope": "window"
159+
},
142160
"java.maven.downloadSources": {
143161
"type": "boolean",
144162
"default": false,

0 commit comments

Comments
 (0)