Skip to content

Commit

Permalink
disable spotless from gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Aug 9, 2023
1 parent abc042a commit 5c95fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/server/templates/build.gradle.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ apply from: "gradle/sonar.gradle"
spotless {
java {
target 'src/*/java/**/*.java'
removeUnusedImports()
// removeUnusedImports()
}
}

Expand Down

0 comments on commit 5c95fa9

Please sign in to comment.