Merge pull request #2252 from lachlan-roberts/jetty-9.4.x-2206-OperatorPrecedence
Disabled errorprone OperatorPrecedence warnings #2206
This commit is contained in:
commit
04c0632d47
1
pom.xml
1
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue