Merge branch '3.3.x'

This commit is contained in:
Phillip Webb 2024-09-24 16:49:20 -07:00
commit 2392f65152
1 changed files with 1 additions and 1 deletions

View File

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