Fix Checkstyle errors and update geriatric Checkstyle version

This commit is contained in:
Andrew Steinborn
2021-03-01 19:41:35 -05:00
parent ba7ba70f4b
commit 3a51bee052
17 changed files with 14 additions and 31 deletions

View File

@@ -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()]