We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cdd7c6 commit 569088dCopy full SHA for 569088d
build.gradle
@@ -187,7 +187,7 @@ tasks.named('compileJava') {
187
188
spotless {
189
java {
190
- target 'build/generated/src/main/**/*.java', 'src/integrationTest/java/**/*.java'
+ target 'build/generated/src/main/**/*.java'
191
removeUnusedImports()
192
eclipse().configFile('config/formatter/eclipse-formatter.xml')
193
}
0 commit comments