Skip to content

Commit b7161b2

Browse files
author
Vincent Potucek
committed
new step to expand java wildcard imports diffplug#2744 diffplug#2594
1 parent 3a0ec3f commit b7161b2

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
@@ -6,6 +6,7 @@ spotless {
66
bumpThisNumberIfACustomStepChanges(1)
77
eclipse().configFile rootProject.file('gradle/spotless.eclipseformat.xml')
88
// expandWildcardImports()
9+
forbidWildcardImports()
910
forbidRegex('ForbidGradleInternal', 'import org\\.gradle\\.api\\.internal\\.(.*)', "Don't use Gradle's internal API")
1011
formatAnnotations()
1112
importOrderFile rootProject.file('gradle/spotless.importorder')

0 commit comments

Comments
 (0)