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 2c8da75 commit 01ada42Copy full SHA for 01ada42
build.gradle
@@ -35,13 +35,17 @@ def isCI = System.getenv("CI") != null
35
36
apply from: "$rootDir/gradle/repositories.gradle"
37
apply from: "$rootDir/gradle/scm.gradle"
38
+
39
spotless {
40
// only resolve the spotless dependencies once in the build
41
predeclareDeps()
42
}
43
44
spotlessPredeclare {
45
// these need to align with the types and versions in gradle/spotless.gradle
46
java {
47
+ removeUnusedImports()
48
49
// This is the last Google Java Format version that supports Java 8
50
googleJavaFormat('1.7')
51
0 commit comments