Skip to content

Commit cf4bdd1

Browse files
committed
We should definitely remove unused imports before yelling about internal deps.
1 parent ff9bb5f commit cf4bdd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/spotless.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ spotless {
1616
// the rootProject doesn't have any java
1717
java {
1818
ratchetFrom 'origin/main'
19-
custom 'noInternalDeps', noInternalDepsClosure
2019
bumpThisNumberIfACustomStepChanges(1)
2120
licenseHeaderFile rootProject.file('gradle/spotless.license')
2221
importOrderFile rootProject.file('gradle/spotless.importorder')
2322
eclipse().configFile rootProject.file('gradle/spotless.eclipseformat.xml')
2423
trimTrailingWhitespace()
2524
removeUnusedImports()
25+
custom 'noInternalDeps', noInternalDepsClosure
2626
}
2727
}
2828
groovyGradle {

0 commit comments

Comments
 (0)