Fix checkstyle tool version reference

This commit is contained in:
Phillip Webb
2024-09-24 16:48:52 -07:00
parent 68aed50615
commit 1d3fff402f

View File

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