From 8bfd20afdb252bedd65d21bdccf06a877b5d67aa Mon Sep 17 00:00:00 2001 From: Vincent Potucek Date: Tue, 8 Jul 2025 09:04:54 +0200 Subject: [PATCH] activate removeWildcardImports() --- gradle/spotless.gradle | 1 + settings.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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