adoroszlai commented on PR #11056: URL: https://github.com/apache/ozone/pull/11056#issuecomment-5683515472
Thanks for updating the patch. > Added a logic to `maven.compiler.failOnError=false` to allow build, but still failing the error-prone CI if there is an ERROR. Looks like compile error from ErrorProne still prevents further steps for the same module, so dependent modules do not find the dependency and give regular compile error. The end result is the same, just more noisy. Let's omit `failOnError=false` then to simplify the build, and accept the fact that fixing errors will be an iterative process. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
