Skip to content

Commit 760d64d

Browse files
committed
Removed include path
Signed-off-by: Mitchell Gale <[email protected]>
1 parent aeda307 commit 760d64d

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 '**/*.java', 'src/*/java/**/*.java'
87+
include '**/*.java'
8888
exclude '**/build/**', '**/build-*/**'
8989
}
9090
// importOrder()

0 commit comments

Comments
 (0)