1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Use Checkstyle.configDirectory

Checkstyle.configDir is deprecated in favor of Checkstyle.configDirectory

Closes gh-9545
This commit is contained in:
Rob Winch
2021-04-04 23:41:43 -05:00
parent a90adbc123
commit b67d2e0e4b
@@ -39,7 +39,7 @@ class CheckstylePlugin implements Plugin<Project> {
project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE')
project.checkstyle {
configDir = checkstyleDir
configDirectory = checkstyleDir
toolVersion = '8.21'
}
}