Jimexist commented on PR #2581: URL: https://github.com/apache/thrift/pull/2581#issuecomment-1118078711
> As I understand it, `gradle build` will, among other things, run `spotlessApply`, then `spotlessCheck`. thanks for the detailed explanation - i believe we arrived at an mutual understanding. the fact is, `gradle build` runs `gradle check` which in turns _only_ runs `spotlessCheck`, _not_ `spotlessApply`, so there's no worry that a sweep of `gradle build` will format _and then_ check. If the code is checked in unformatted, the build **will** fail. -- 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]
