ctubbsii commented on code in PR #5890: URL: https://github.com/apache/accumulo/pull/5890#discussion_r2360923424
########## pom.xml: ########## @@ -1699,6 +1756,7 @@ <configuration> <compilerArgs> <arg>-XDcompilePolicy=simple</arg> + <arg>--should-stop=ifError=FLOW</arg> Review Comment: I'm not quite sure of the details. It is required config by the newer version of errorprone. Apparently the default value wasn't good enough. See [the errorprone installation docs](https://errorprone.info/docs/installation#maven:~:text=%3Carg%3E%2D%2D-,should%2Dstop,-%3DifError%3DFLOW%3C/arg) It gives an error if it's not there that tells you to add it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org