ekino / gradle-quality-plugin

Quality plugin applying some configuration for your builds (checkstyle, jacoco, sonarqube)
https://plugins.gradle.org/plugin/com.ekino.oss.gradle.plugin.quality
MIT License
5 stars 1 forks source link

Make the checkstyle version configurable #10

Closed clemstoquart closed 4 years ago

clemstoquart commented 4 years ago

Currently, the checkstyle version is force to 8.24 and there's no way to configure it.

We should provide a configuration dsl (Gradle extension) to override the checkstyle version.