Samples of how to use Sevntu checks in Ant, Maven, Gradle.
==================
Here you can find example how to use sevntu.checkstyle Checks in Maven and Ant and Gradle projects.
To launch examples use commands:
[checkstyle-samples/ant-project]$ ant checkstyle
[checkstyle-samples/gradle-project]$ ./gradlew clean check
[checkstyle-samples/maven-project]$ mvn checkstyle:check