Skip to content

Commit 7f4f2ec

Browse files
ylazakovichasolntsev
authored andcommitted
Bump checkstyle from 9.3 to 10.17.0
- Default version of checkstyle is 9.3 - Latest release: https://mvnrepository.com/artifact/com.puppycrawl.tools/checkstyle
1 parent 4783d2b commit 7f4f2ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle/code-analysis.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ subprojects {
4141
}
4242
}
4343

44+
checkstyle {
45+
toolVersion = "10.17.0"
46+
}
47+
4448
tasks.withType(Checkstyle).configureEach {
4549
maxWarnings = 0
4650
showViolations = true

0 commit comments

Comments
 (0)