apply plugin: 'checkstyle'

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


