Skip to content

Commit dee7452

Browse files
Typo fix
Signed-off-by: Yury-Fridlyand <[email protected]>
1 parent eaea0e9 commit dee7452

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
@@ -84,7 +84,7 @@ repositories {
8484
spotless {
8585
java {
8686
target fileTree('.') {
87-
include 'common/**/*.java'
87+
include 'common/**/*.java',
8888
'datasources/**/*.java',
8989
'core/**/*.java'
9090
exclude '**/build/**', '**/build-*/**'

0 commit comments

Comments
 (0)