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 17450c5 commit 2a22b3fCopy full SHA for 2a22b3f
lsp-java.el
@@ -333,7 +333,7 @@ FULL specify whether full or incremental build will be performed."
333
"Update project configuration."
334
(interactive)
335
(let ((file-name (file-name-nondirectory (buffer-file-name))))
336
- (if (or (string= file-name "pom.xml") (string-match "\\.gradle\\'" file-name))
+ (if (or (string= file-name "pom.xml") (string-match "\\.gradle" file-name))
337
(with-lsp-workspace (lsp-java--current-workspace-or-lose)
338
(lsp-send-notification
339
(lsp-make-request "java/projectConfigurationUpdate"
0 commit comments