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 412500c commit ce46082Copy full SHA for ce46082
lsp-java.el
@@ -92,6 +92,12 @@ deduplication with the G1 Garbage collector"
92
:risky t
93
:type '(repeat string))
94
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
+
101
(defcustom lsp-java-incomplete-classpath 'warning
102
"Specifies the severity of the message when the classpath is incomplete for a Java file."
103
:group 'lsp-java
0 commit comments