Disabled errorprone OperatorPrecedence warnings #2206

brackets can be used optionally for clarity but aren't manditory #2206

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2018-02-27 14:49:17 +11:00
parent eb42a9e71f
commit 6e3f581ae4
1 changed files with 1 additions and 0 deletions

View File

@ -1066,6 +1066,7 @@
<forceJavacCompilerUse>true</forceJavacCompilerUse>
<compilerArgs>
<arg>-XepAllErrorsAsWarnings</arg>
<arg>-Xep:OperatorPrecedence:OFF</arg>
</compilerArgs>
</configuration>
<dependencies>