Browse Source

Use Checkstyle.configDirectory

Checkstyle.configDir is deprecated in favor of Checkstyle.configDirectory

Closes gh-9545
pull/9549/head
Rob Winch 5 years ago
parent
commit
b67d2e0e4b
  1. 2
      buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy

2
buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy

@ -39,7 +39,7 @@ class CheckstylePlugin implements Plugin<Project> { @@ -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'
}
}

Loading…
Cancel
Save