Use gradle to implement a code formatting check that will fail ./gradlew check if changed files are not properly formatted.
The goal is to provide an easy way to apply the formatting, prevent commits without proper formatting and to have IDE integration for at least the "blessed" IDE: IntelliJ.
Use gradle to implement a code formatting check that will fail
./gradlew check
if changed files are not properly formatted.The goal is to provide an easy way to apply the formatting, prevent commits without proper formatting and to have IDE integration for at least the "blessed" IDE: IntelliJ.