kamilwu commented on pull request #12264: URL: https://github.com/apache/beam/pull/12264#issuecomment-661963674
> Is there a spotless autochecker/formatter for gradle files? It would be nice if we could guarantee to have those consistent too given how similar they are to .groovy file Yes, the commands are: `./gradlew spotlessGroovyGradleCheck` and `./gradlew spotlessGroovyGradleApply`. But the problem is that `build.gradle` files need to include `applyGroovyNature()` line in order to make spotless work. At the moment, not every file includes it. I think I can fix that, even as a part of this PR. Let me do this tomorrow. ---------------------------------------------------------------- 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]
