Formatting with Spotless
The gradle build script build.gradle includes the Spotless Plugin
which tracks the
formatting of the code. To run the formatter run:
gradle spotlessApply
The build script checks that the changes in the current git branch are
up-to-date with origin/master branch. So make sure your local
origin/master is up-to-date with the home repository master
branch to pass the CI checks.