We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf2322 commit ac7046dCopy full SHA for ac7046d
extensions.json
@@ -1444,7 +1444,9 @@
1444
"repository": "https://github.com/vortizhe/vscode-ruby-erb"
1445
},
1446
"vscjava.vscode-gradle": {
1447
- "repository": "https://github.com/microsoft/vscode-gradle"
+ "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"
1450
1451
"vscjava.vscode-java-debug": {
1452
"repository": "https://github.com/microsoft/vscode-java-debug",
0 commit comments