Skip to content

Commit

Permalink
Don't require spotlessCheck to pass when building (#5324)
Browse files Browse the repository at this point in the history
Fixes #5319.
  • Loading branch information
smillst committed Sep 19, 2022
1 parent d5e6bb8 commit 9997925
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Expand Up @@ -181,6 +181,9 @@ allprojects {
}

spotless {
// TODO: Remove the line below.
enforceCheck false

// If you add any formatters to this block that require dependencies here, then you must also
// add them to spotlessPredeclare block.
format 'misc', {
Expand Down

0 comments on commit 9997925

Please sign in to comment.