Skip to content

Commit 2619a8d

Browse files
committed
Update Sonarlint server download URL
1 parent 764c182 commit 2619a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-sonarlint.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ e.g. `-Xmx1024m`."
8888
:type 'string)
8989

9090
(defcustom lsp-sonarlint-server-download-url
91-
"https://search.maven.org/remotecontent?filepath=org/sonarsource/sonarlint/core/sonarlint-language-server/4.6.0.2652/sonarlint-language-server-4.6.0.2652.jar"
91+
"https://binaries.sonarsource.com/Distribution/sonarlint-language-server/sonarlint-language-server-4.6.0.2652.jar"
9292
"Sonarlint Language Server jar file download URL."
9393
:group 'lsp-sonarlint
9494
:type 'string)

0 commit comments

Comments
 (0)