chore: exclude project build directories from code style checking (PR #934)

This commit is contained in:
Jan S
2020-05-13 19:46:58 +02:00
committed by GitHub
parent c7a12ad75b
commit 21e4dee0e2
+1 -1
View File
@@ -99,7 +99,7 @@ spotless {
}
format 'misc', {
target '**/*.gradle', '**/*.md', '**/*.xml', '**/.gitignore', '**/.properties'
targetExclude ".gradle/**", ".idea/**"
targetExclude ".gradle/**", ".idea/**", "*/build/**"
lineEndings(com.diffplug.spotless.LineEnding.UNIX)
encoding("UTF-8")