We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aece58 commit f50fcb2Copy full SHA for f50fcb2
1 file changed
pom.xml
@@ -219,6 +219,7 @@
219
<compilerArgs>
220
<!-- Args related to Error Prone, see: https://errorprone.info/docs/installation#maven -->
221
<arg>-XDcompilePolicy=simple</arg>
222
+ <arg>-XDaddTypeAnnotationsToSymbol=true</arg>
223
<arg>--should-stop=ifError=FLOW</arg>
224
<arg>-Xplugin:ErrorProne
225
-XepExcludedPaths:.*/generated-test-sources/protobuf/.*
0 commit comments