diff --git a/exercises/build.gradle b/exercises/build.gradle index c35dc4fc1..fbadb5369 100644 --- a/exercises/build.gradle +++ b/exercises/build.gradle @@ -78,8 +78,8 @@ subprojects { // configuration of the linter checkstyle { - toolVersion '10.7.0' - configFile file("$rootDir/checkstyle.xml") + toolVersion = '10.7.0' + configFile = file("$rootDir/checkstyle.xml") sourceSets = [project.sourceSets.main, project.sourceSets.test] }