Skip to content

Commit 40772b8

Browse files
committed
Fix gradle warning
1 parent 502f69b commit 40772b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ intellijPlatform {
104104

105105
checkstyle {
106106
configDirectory = file("$rootProject.projectDir/.config/checkstyle")
107-
ignoreFailures false
108-
showViolations true
107+
ignoreFailures = false
108+
showViolations = true
109109
toolVersion = checkstyleVersion
110110
}
111111

0 commit comments

Comments
 (0)