13
0
geforkt von Mirrors/Velocity
Velocity/gradle/checkstyle.gradle
2018-12-29 17:22:36 -05:00

8 Zeilen
246 B
Groovy

checkstyle {
toolVersion '8.14'
configFile new File(project.rootDir, ['config', 'checkstyle', 'checkstyle.xml'].join(File.separator))
// The build should immediately fail if we have errors.
maxErrors = 0
maxWarnings = 0
}