Skip to content

Commit a0ec5a0

Browse files
committed
Disable ErrorProne standard checks
This disable the built-in ErrorProne checks (not the null-away ones). This allows shaving some precious seconds on the build until we optimize it further using other mechanisms, at which point this can be re-enabled. Signed-off-by: Eric Bottard <eric.bottard@broadcom.com>
1 parent d4b6cf2 commit a0ec5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
<arg>-parameters</arg>
496496
<arg>-XDcompilePolicy=simple</arg>
497497
<arg>--should-stop=ifError=FLOW</arg>
498-
<arg>-Xplugin:ErrorProne -Xep:NullAway:ERROR -XepOpt:NullAway:OnlyNullMarked -XepOpt:NullAway:JSpecifyMode=true</arg>
498+
<arg>-Xplugin:ErrorProne -XepDisableAllChecks -Xep:NullAway:ERROR -XepOpt:NullAway:OnlyNullMarked -XepOpt:NullAway:JSpecifyMode=true</arg>
499499
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
500500
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED</arg>
501501
<arg>-J--add-exports=jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</arg>

0 commit comments

Comments
 (0)