1
apply plugin: 'checkstyle'
2
3
checkstyle {
4
toolVersion = '6.19'
5
configFile = file("${project.rootDir}/config/checkstyle/checkstyle.xml")
6
}
7
8