Velocity/gradle/checkstyle.gradle

4 lines
143 B
Groovy
Raw Normal View History

checkstyle {
toolVersion '8.14'
configFile new File(project.rootDir, ['config', 'checkstyle', 'checkstyle.xml'].join(File.separator))
}