config/java-checkstyle.gradle
author Da Risk <da_risk@geekorum.com>
Sat, 09 May 2020 00:12:24 -0400
changeset 4 9ac7ea6ba16c
parent 1 831cffa9c991
child 6 99ad8c14fec2
permissions -rw-r--r--
build: use a stable AGP gradle plugin

apply plugin: 'checkstyle'

checkstyle {
    toolVersion = '6.19'
    configFile = file("${project.rootDir}/config/checkstyle/checkstyle.xml")
}