Skip to content

Commit 1d3fff4

Browse files
committed
Fix checkstyle tool version reference
1 parent 68aed50 commit 1d3fff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if ("${springFrameworkVersion}".contains("-")) {
2424
}
2525

2626
checkstyle {
27-
toolVersion = "{checkstyleToolVersion}"
27+
toolVersion = "${checkstyleToolVersion}"
2828
}
2929

3030
dependencies {

0 commit comments

Comments
 (0)