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.
2 parents 9b9cde4 + 058fb32 commit 1aafeaeCopy full SHA for 1aafeae
pom.xml
@@ -325,7 +325,7 @@
325
<!-- Error Prone plugin -->
326
<arg>-XDcompilePolicy=simple</arg>
327
<arg>--should-stop=ifError=FLOW</arg>
328
- <arg>-Xplugin:ErrorProne</arg>
+ <arg>-Xplugin:ErrorProne -XepExcludedPaths:.*/generated-test-sources/.*</arg>
329
<!--
330
~ Due to a bug in IntelliJ IDEA, annotation processing MUST be enabled.
331
~ Failing to do so will cause IDEA to ignore the annotation processor path
0 commit comments