EdColeman commented on pull request #2367: URL: https://github.com/apache/accumulo/pull/2367#issuecomment-975945255
The git workflow build is failing because of file formatting issues. You can run the maven build locally and it will run the formatter (as well as other checks) To run the same command as the workflow fast build you can run: ``` mvn clean verify package javadoc:jar -Psec-bugs -DskipITs=true -DskipTests=true``` If you get that to pass, you may want to run the unit tests at least once, commit the formatting changes and then push a new commit once the build is passing. -- 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]
