Skip to content

Commit f50fcb2

Browse files
Add a newly-required Error Prone option. (#2978)
1 parent 5aece58 commit f50fcb2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
<compilerArgs>
220220
<!-- Args related to Error Prone, see: https://errorprone.info/docs/installation#maven -->
221221
<arg>-XDcompilePolicy=simple</arg>
222+
<arg>-XDaddTypeAnnotationsToSymbol=true</arg>
222223
<arg>--should-stop=ifError=FLOW</arg>
223224
<arg>-Xplugin:ErrorProne
224225
-XepExcludedPaths:.*/generated-test-sources/protobuf/.*

0 commit comments

Comments
 (0)