vorburger commented on pull request #1376: URL: https://github.com/apache/fineract/pull/1376#issuecomment-711031197
@bharathcgowda this failed again after your force push, still due to Spotless. It looks like you probably forgot to `git add .` and `git commit --amend` before you pushed? The `./gradlew spotlessApply` actually fixes up the wrong formatting of your new SQL file, so after running Spotless, you need to add the file to git again, and update the commit, then force push it. Hope this makes sense? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
