config/java-checkstyle.gradle
author Da Risk <da_risk@geekorum.com>
Fri, 08 May 2020 21:52:04 -0400
changeset 2 99455c223e8f
parent 1 831cffa9c991
child 6 99ad8c14fec2
permissions -rw-r--r--
Add publishing to maven local

apply plugin: 'checkstyle'

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