This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ##### SPOTLESS HOOK START ##### | |
| SPOTLESS_EXECUTOR=./gradlew | |
| if ! $SPOTLESS_EXECUTOR spotlessCheck ; then | |
| echo 1>&2 "spotless found problems, running spotlessApply; commit the result and re-push" | |
| $SPOTLESS_EXECUTOR spotlessApply | |
| exit 1 | |
| fi | |
| ##### SPOTLESS HOOK END ##### |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.