Thanks Lukasz. It seems that there's a spotless task added to applyGroovyNature: https://github.com/apache/beam/blob/0868e7544fd1e96db67ff5b9e70a67802c0f0c8e/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy#L1346-L1355
Perhaps it's missing some more conditions? -P. On Tue, Apr 9, 2019 at 2:57 AM Łukasz Gajowy <[email protected]> wrote: > Hi, > > it seems that spotless doesn't check build.gradle files if > applyGroovyNature() is not used in them. We noticed this during code review > - spotless succeeded despite improper indentation in a build.gradle file. > IMO, such files should be checked by default, so I created an issue for > this: https://issues.apache.org/jira/browse/BEAM-7040 (currently, no > one's assigned) > > Łukasz >
