diff --git a/gradle/spotless.gradle b/gradle/spotless.gradle index 1a10f7239d..0289e09d57 100644 --- a/gradle/spotless.gradle +++ b/gradle/spotless.gradle @@ -22,6 +22,7 @@ spotless { eclipse().configFile rootProject.file('gradle/spotless.eclipseformat.xml') trimTrailingWhitespace() removeUnusedImports() + removeWildcardImports() formatAnnotations() custom 'noInternalDeps', noInternalDepsClosure } diff --git a/settings.gradle b/settings.gradle index c6831e1b4d..8c67f9681e 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { - id 'com.diffplug.spotless' version '7.0.4' apply false + id 'com.diffplug.spotless' version '7.1.0' apply false // https://plugins.gradle.org/plugin/com.gradle.plugin-publish id 'com.gradle.plugin-publish' version '1.3.1' apply false // https://github.com/gradle-nexus/publish-plugin/releases