Skip to content

Commit

Permalink
Removed include path
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale committed Jul 20, 2023
1 parent aeda307 commit 760d64d
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 '**/*.java', 'src/*/java/**/*.java'
include '**/*.java'
exclude '**/build/**', '**/build-*/**'
}
// importOrder()
Expand Down

0 comments on commit 760d64d

Please sign in to comment.