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 6f8851c commit d914904Copy full SHA for d914904
build.gradle
@@ -88,7 +88,7 @@ configure(subprojects) {
88
java {
89
target 'src/**/*.java'
90
targetExclude '**/test/resources/**'
91
- googleJavaFormat('1.22.0').reorderImports(false).skipJavadocFormatting()
+ googleJavaFormat('1.22.0').reorderImports(true).skipJavadocFormatting()
92
}
93
kotlin {
94
target 'src/**/*.kt'
0 commit comments