Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand authored Aug 10, 2023
1 parent eaea0e9 commit dee7452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ repositories {
spotless {
java {
target fileTree('.') {
include 'common/**/*.java'
include 'common/**/*.java',
'datasources/**/*.java',
'core/**/*.java'
exclude '**/build/**', '**/build-*/**'
Expand Down

0 comments on commit dee7452

Please sign in to comment.