File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 49
49
<goal >wget</goal >
50
50
</goals >
51
51
<configuration >
52
- <url >https://github.com/emacs-lsp/lsp-java/releases/download/2.1 /Pivotal.vscode-spring-boot-1.3 .0.vsix</url >
52
+ <url >https://github.com/emacs-lsp/lsp-java/releases/download/2.2 /Pivotal.vscode-spring-boot-1.6 .0.vsix</url >
53
53
<outputFileName >vscode-extension.zip</outputFileName >
54
54
<outputDirectory >${project.build.directory} </outputDirectory >
55
55
</configuration >
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ then list all."
329
329
:type 'boolean
330
330
:group 'lsp-mode )
331
331
332
- (defvar lsp-java--download-root " https://raw.githubusercontent.com/yyoncho /lsp-java/che-dep /install/" )
332
+ (defvar lsp-java--download-root " https://raw.githubusercontent.com/emacs-lsp /lsp-java/master /install/" )
333
333
334
334
(defun lsp-java--json-bool (param )
335
335
" Return a PARAM for setting parsable by json.el for booleans."
You can’t perform that action at this time.
0 commit comments