mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-02-11 15:29:30 +08:00
4 lines
143 B
Groovy
4 lines
143 B
Groovy
|
checkstyle {
|
||
|
toolVersion '8.14'
|
||
|
configFile new File(project.rootDir, ['config', 'checkstyle', 'checkstyle.xml'].join(File.separator))
|
||
|
}
|