3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 22:50:15 +02:00
Velocity/gradle/checkstyle.gradle

8 Zeilen
246 B
Groovy

checkstyle {
toolVersion '8.14'
configFile new File(project.rootDir, ['config', 'checkstyle', 'checkstyle.xml'].join(File.separator))
2018-12-29 23:22:36 +01:00
// The build should immediately fail if we have errors.
maxErrors = 0
maxWarnings = 0
}