Browse Source

Merge branch '3.3.x'

pull/42442/head
Phillip Webb 2 years ago
parent
commit
2392f65152
  1. 2
      buildSrc/build.gradle

2
buildSrc/build.gradle

@ -24,7 +24,7 @@ if ("${springFrameworkVersion}".contains("-")) { @@ -24,7 +24,7 @@ if ("${springFrameworkVersion}".contains("-")) {
}
checkstyle {
toolVersion = "{checkstyleToolVersion}"
toolVersion = "${checkstyleToolVersion}"
}
dependencies {

Loading…
Cancel
Save