mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-01-06 14:24:41 +08:00
8 lines
246 B
Groovy
8 lines
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
|
|
} |