Fixing spotless plugin application performance issue when applied to gradle.build files (#405)

This commit is contained in:
Roman Vaseev
2024-12-06 17:20:03 +01:00
committed by GitHub
parent c356dc4016
commit 4e93fa3a10

View File

@@ -110,7 +110,6 @@ allprojects {
}
// spotless check applied to build.gradle (groovy) files
groovyGradle {
target '**/*.gradle'
greclipse()
indentWithSpaces(2)
endWithNewline()