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 647fbd3 commit 058fb32Copy full SHA for 058fb32
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