Skip to content

Commit

Permalink
exclude logs from being formatted
Browse files Browse the repository at this point in the history
Opps, should have done this before ngl...
  • Loading branch information
kytpbs committed Apr 25, 2024
1 parent 88fd7fd commit 6b443fb
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 @@ -9,7 +9,7 @@ spotless {
java {
target fileTree('.') {
include '**/*.java'
exclude '**/build/**', '**/build-*/**'
exclude '**/build/**', '**/build-*/**', '**/logs/**'
}
toggleOffOn()
googleJavaFormat('1.19.1')
Expand Down

0 comments on commit 6b443fb

Please sign in to comment.