Skip to content

Commit ac7046d

Browse files
Fix Gradle For Java (#973)
Co-authored-by: Kenneth Sills <132029135+Kenneth-Sills@users.noreply.github.com>
1 parent 3cf2322 commit ac7046d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extensions.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,9 @@
14441444
"repository": "https://github.com/vortizhe/vscode-ruby-erb"
14451445
},
14461446
"vscjava.vscode-gradle": {
1447-
"repository": "https://github.com/microsoft/vscode-gradle"
1447+
"repository": "https://github.com/microsoft/vscode-gradle",
1448+
"location": "extension",
1449+
"prepublish": "cd extension && git clone https://github.com/microsoft/build-server-for-gradle.git && ../gradlew buildJars && cd .. && ./gradlew build"
14481450
},
14491451
"vscjava.vscode-java-debug": {
14501452
"repository": "https://github.com/microsoft/vscode-java-debug",

0 commit comments

Comments
 (0)