mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-18 23:17:43 +01:00
Fix Checkstyle errors and update geriatric Checkstyle version
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
checkstyle {
|
||||
def configDirectory = new File(project.rootDir, ["config", "checkstyle"].join(File.separator))
|
||||
|
||||
toolVersion '8.14'
|
||||
toolVersion '8.39'
|
||||
configFile new File(configDirectory, "checkstyle.xml")
|
||||
configProperties = [configDirectory: configDirectory.getAbsolutePath()]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user