Skip to content

Commit 8bfd20a

Browse files
author
Vincent Potucek
committed
activate removeWildcardImports()
1 parent a8b5172 commit 8bfd20a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
plugins {
9-
id 'com.diffplug.spotless' version '7.0.4' apply false
9+
id 'com.diffplug.spotless' version '7.1.0' apply false
1010
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
1111
id 'com.gradle.plugin-publish' version '1.3.1' apply false
1212
// https://github.com/gradle-nexus/publish-plugin/releases

0 commit comments

Comments
 (0)