You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lsp-java.el
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -441,7 +441,9 @@ example 'java.awt.*' will hide all types from the awt packages."
441
441
:group'lsp-mode)
442
442
443
443
(defcustomlsp-java-import-gradle-homenil
444
-
"Use Gradle from the specified local installation directory or GRADLE_HOME if the Gradle wrapper is missing or disabled and no 'java.import.gradle.version' is specified."
444
+
"Use Gradle from the specified local installation directory or
445
+
GRADLE_HOME if the Gradle wrapper is missing or disabled and no
0 commit comments