Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-17 21:40:27 +01:00
4 Zeilen
143 B
Groovy
4 Zeilen
143 B
Groovy
|
checkstyle {
|
||
|
toolVersion '8.14'
|
||
|
configFile new File(project.rootDir, ['config', 'checkstyle', 'checkstyle.xml'].join(File.separator))
|
||
|
}
|