Skip to content

Commit ce46082

Browse files
committed
Fix bad merge
1 parent 412500c commit ce46082

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lsp-java.el

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ deduplication with the G1 Garbage collector"
9292
:risky t
9393
:type '(repeat string))
9494

95+
(defcustom lsp-java-9-args '("--add-modules=ALL-SYSTEM" "--add-opens java.base/java.util=ALL-UNNAMED" "--add-opens java.base/java.lang=ALL-UNNAMED")
96+
"Specifies arguments specific to java 9 and later."
97+
:group 'lsp-java
98+
:risky t
99+
:type '(repeat string))
100+
95101
(defcustom lsp-java-incomplete-classpath 'warning
96102
"Specifies the severity of the message when the classpath is incomplete for a Java file."
97103
:group 'lsp-java

0 commit comments

Comments
 (0)