Skip to content

Commit 0a9f4d0

Browse files
authored
Update download URL to latest Eclipse JDT version (#504)
1 parent acbc074 commit 0a9f4d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lsp-java.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ lsp's java -jar invocation."
6161
:risky t
6262
:type 'string)
6363

64-
(defcustom lsp-java-jdt-download-url "https://www.eclipse.org/downloads/download.php?file=/jdtls/milestones/1.48.0/jdt-language-server-1.48.0-202506271502.tar.gz"
64+
(defcustom lsp-java-jdt-download-url "https://www.eclipse.org/downloads/download.php?file=/jdtls/milestones/1.57.0/jdt-language-server-1.57.0-202602261110.tar.gz"
6565
"JDT JS download url.
6666
Use https://download.eclipse.org/jdtls/milestones/1.12.0/jdt-language-server-1.12.0-202206011637.tar.gz if you want to use older java version."
6767
:type 'string)

0 commit comments

Comments
 (0)