Skip to content

Commit a14663d

Browse files
author
Vincent Potucek
committed
activate removeWildcardImports()
1 parent 2d32ccd commit a14663d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/spotless.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ spotless {
2222
eclipse().configFile rootProject.file('gradle/spotless.eclipseformat.xml')
2323
trimTrailingWhitespace()
2424
removeUnusedImports()
25+
removeWildcardImports()
2526
formatAnnotations()
2627
custom 'noInternalDeps', noInternalDepsClosure
2728
}

0 commit comments

Comments
 (0)