mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 07:37:55 +00:00
* add compiler flag to support errorprone for jdk17 and restore spotbugs parsing * spotbugs is fine with jdk17 Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
11 lines
644 B
Plaintext
11 lines
644 B
Plaintext
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED
|
|
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED
|
|
--add-exports jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED
|
|
--add-exports jdk.compiler/com.sun.tools.javac.model=ALL-UNNAMED
|
|
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED
|
|
--add-exports jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED
|
|
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED
|
|
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
|
|
--add-opens jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED
|
|
--add-opens jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED
|