Skip to content

Commit

Permalink
Attempt to fix gradlew.bat error w/ spotless. (#12003)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvitkine authored Sep 30, 2023
1 parent 50a7f7b commit d1cda32
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 @@ -22,7 +22,7 @@ allprojects {
spotless {
format 'allFiles', {
target '*'

targetExclude 'gradlew.bat'
endWithNewline()
indentWithSpaces()
trimTrailingWhitespace()
Expand Down

0 comments on commit d1cda32

Please sign in to comment.