Skip to content

Commit

Permalink
Add "Remove unused imports" setting to spotless
Browse files Browse the repository at this point in the history
Co-authored-by: Marko Radosavljević <[email protected]>
  • Loading branch information
I-Al-Istannen and marko-radosavljevic committed Sep 8, 2021
1 parent d074c35 commit bf0c666
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ test {

spotless {
java {
removeUnusedImports()

eclipse().configFile('meta/formatting/google-style-eclipse.xml')
}
}

0 comments on commit bf0c666

Please sign in to comment.