Skip to content

Commit a14663d

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)