geforkt von Mirrors/Velocity
25b5e00125
Fixes #125
4 Zeilen
143 B
Groovy
4 Zeilen
143 B
Groovy
checkstyle {
|
|
toolVersion '8.14'
|
|
configFile new File(project.rootDir, ['config', 'checkstyle', 'checkstyle.xml'].join(File.separator))
|
|
} |