Skip to content

Commit

Permalink
Tighten Spotless rules to only include java src folders
Browse files Browse the repository at this point in the history
  • Loading branch information
obigu committed Nov 7, 2023
1 parent 78bbe30 commit 9c1313d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ allprojects {
lineEndings 'UNIX'

java {
target '**/*.java'
target 'src/**/*.java', 'test/**/*.java', 'generator/**/*.java'
removeUnusedImports()
eclipse().configFile new File(rootProject.projectDir.absolutePath, 'eclipse-formatter.xml')
}
Expand Down

0 comments on commit 9c1313d

Please sign in to comment.