Skip to content

Commit 04a9e99

Browse files
Use secure download URL
1 parent d23e68c commit 04a9e99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-java.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The slash is expected at the end."
4646
:risky t
4747
:type 'directory)
4848

49-
(defcustom lsp-java-jdt-download-url "http://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz"
49+
(defcustom lsp-java-jdt-download-url "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz"
5050
"JDT JS download url.
5151
Use http://download.eclipse.org/che/che-ls-jdt/snapshots/che-jdt-language-server-latest.tar.gz if you want to use Eclipse Che JDT LS."
5252
:group 'lsp-java

0 commit comments

Comments
 (0)