Skip to content

Commit baacd66

Browse files
Yury-FridlyandMitchellGale
authored andcommitted
Typo fix
Signed-off-by: Yury-Fridlyand <[email protected]>
1 parent 9a01d9d commit baacd66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ repositories {
8484
spotless {
8585
java {
8686
target fileTree('.') {
87-
include 'datasources/**/*.java',
88-
'core/**/*.java',
89-
'common/**/*.java'
87+
include 'common/**/*.java',
88+
'datasources/**/*.java',
89+
'core/**/*.java'
9090
exclude '**/build/**', '**/build-*/**'
9191
}
9292
importOrder()

0 commit comments

Comments
 (0)