Skip to content

Commit

Permalink
Fix deprecations in the Spotless build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 14, 2025
1 parent 77c480e commit 3727dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spotless {
}
format 'dotfiles', {
target '.gitignore', '.gitattributes', '.editorconfig'
indentWithSpaces(2)
leadingTabsToSpaces(2)
trimTrailingWhitespace()
endWithNewline()
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/spotless-freshmark.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Action<FreshMarkExtension> freshmarkSetup = {
it.put('yes', ':+1:')
it.put('no', ':white_large_square:')
}
it.indentWithSpaces(2)
it.leadingTabsToSpaces(2)
it.endWithNewline()
}

Expand Down

0 comments on commit 3727dfa

Please sign in to comment.