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 f108292 commit 6b2e2c3Copy full SHA for 6b2e2c3
1 file changed
pom.xml
@@ -144,6 +144,8 @@
144
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
145
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
146
<arg>-J--add-opens=jdk.compiler/com.sun.tools.javac.comp=ALL-UNNAMED</arg>
147
+ <!-- Required for errorprone in JDK21 See https://errorprone.info/docs/installation -->
148
+ <arg>-XDaddTypeAnnotationsToSymbol=true</arg>
149
</compilerArgs>
150
<annotationProcessorPaths>
151
<path>
0 commit comments