Skip to content

Commit

Permalink
prevent spotless from trying to handle generated sources
Browse files Browse the repository at this point in the history
updates #22840
  • Loading branch information
atomfrede committed Jul 12, 2023
1 parent 8c64f51 commit cd203c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/server/templates/build.gradle.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ apply from: "gradle/sonar.gradle"

spotless {
java {
target 'src/*/java/**/*.java'
removeUnusedImports()
}
}
Expand Down

0 comments on commit cd203c3

Please sign in to comment.