Skip to content

Commit d914904

Browse files
authored
Enable import reordering in spotless (#6406)
1 parent 6f8851c commit d914904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ configure(subprojects) {
8888
java {
8989
target 'src/**/*.java'
9090
targetExclude '**/test/resources/**'
91-
googleJavaFormat('1.22.0').reorderImports(false).skipJavadocFormatting()
91+
googleJavaFormat('1.22.0').reorderImports(true).skipJavadocFormatting()
9292
}
9393
kotlin {
9494
target 'src/**/*.kt'

0 commit comments

Comments
 (0)