Fix checkstyle tool version reference
This commit is contained in:
@@ -24,7 +24,7 @@ if ("${springFrameworkVersion}".contains("-")) {
|
||||
}
|
||||
|
||||
checkstyle {
|
||||
toolVersion = "{checkstyleToolVersion}"
|
||||
toolVersion = "${checkstyleToolVersion}"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user