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 3152893 commit 1502492Copy full SHA for 1502492
lsp-java.el
@@ -572,7 +572,7 @@ PARAMS progress report notification data."
572
(url-copy-file (concat lsp-java--download-root "pom.xml") "pom.xml" t)
573
(let ((full-command (format
574
"%s -Djdt.js.server.root=%s -Djunit.runner.root=%s -Djunit.runner.fileName=%s -Djava.debug.root=%s clean package -Djdt.download.url=%s"
575
- (or (lsp-java--prepare-mvnw) (executable-find "mvn"))
+ (or (executable-find "mvn") (lsp-java--prepare-mvnw))
576
(expand-file-name lsp-java-server-install-dir)
577
(expand-file-name
578
(if (boundp 'dap-java-test-runner)
0 commit comments