Skip to content

Commit

Permalink
Merge pull request #22846 from atomfrede/22840-gradle-spotless-issue
Browse files Browse the repository at this point in the history
prevent spotless from trying to handle generated sources
  • Loading branch information
DanielFran authored Jul 12, 2023
2 parents 8c64f51 + cd203c3 commit 2d73dee
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 2d73dee

Please sign in to comment.