Merge pull request #2252 from lachlan-roberts/jetty-9.4.x-2206-OperatorPrecedence

Disabled errorprone OperatorPrecedence warnings #2206
This commit is contained in:
Greg Wilkins 2018-02-27 14:58:45 +11:00 committed by GitHub
commit 04c0632d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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