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 d23e68c commit 04a9e99Copy full SHA for 04a9e99
lsp-java.el
@@ -46,7 +46,7 @@ The slash is expected at the end."
46
:risky t
47
:type 'directory)
48
49
-(defcustom lsp-java-jdt-download-url "http://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz"
+(defcustom lsp-java-jdt-download-url "https://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz"
50
"JDT JS download url.
51
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."
52
:group 'lsp-java
0 commit comments