We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b5172 commit 8bfd20aCopy full SHA for 8bfd20a
gradle/spotless.gradle
@@ -22,6 +22,7 @@ spotless {
22
eclipse().configFile rootProject.file('gradle/spotless.eclipseformat.xml')
23
trimTrailingWhitespace()
24
removeUnusedImports()
25
+ removeWildcardImports()
26
formatAnnotations()
27
custom 'noInternalDeps', noInternalDepsClosure
28
}
settings.gradle
@@ -6,7 +6,7 @@ pluginManagement {
6
7
8
plugins {
9
- id 'com.diffplug.spotless' version '7.0.4' apply false
+ id 'com.diffplug.spotless' version '7.1.0' apply false
10
// https://plugins.gradle.org/plugin/com.gradle.plugin-publish
11
id 'com.gradle.plugin-publish' version '1.3.1' apply false
12
// https://github.com/gradle-nexus/publish-plugin/releases
0 commit comments