kirklund commented on pull request #7007: URL: https://github.com/apache/geode/pull/7007#issuecomment-947005509
You'll need to remove unused imports to get the build jobs to pass the spotless check. You can use `spotlessApply` to automatically reformat code based on our spotless config: `./gradlew spotlessApply` You can use `spotlessCheck` to run the same format validation that failed in the build jobs for you PR: `./gradlew spotlessCheck` Note that `spotlessApply` is unable to remove unused imports, so you'll have to do that step manually. -- 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]
