We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d32ccd commit a14663dCopy full SHA for a14663d
gradle/spotless.gradle
@@ -22,6 +22,7 @@ spotless {
22
eclipse().configFile rootProject.file('gradle/spotless.eclipseformat.xml')
23
trimTrailingWhitespace()
24
removeUnusedImports()
25
+ removeWildcardImports()
26
formatAnnotations()
27
custom 'noInternalDeps', noInternalDepsClosure
28
}
0 commit comments