Skip to content

Commit 30a834e

Browse files
committed
Tool: upgrade checkstyle to v10.19.0
1 parent 1451d2a commit 30a834e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lecture/building/gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ sourceSets {
456456
457457
checkstyle {
458458
configFile = file(“${rootDir}/google_checks.xml”)
459-
toolVersion = '8.32'
459+
toolVersion = '10.19.0'
460460
}
461461
462462
dependencies {

lecture/coding/codingrules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ eigenes [Plugin](https://docs.gradle.org/current/userguide/checkstyle_plugin.htm
342342
343343
checkstyle {
344344
configFile file('checkstyle.xml')
345-
toolVersion '10.2'
345+
toolVersion '10.19.0'
346346
}
347347
```
348348

lecture/coding/src/checkstyle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313

1414
checkstyle {
1515
configFile file('checkstyle.xml')
16-
toolVersion '10.17.0'
16+
toolVersion '10.19.0'
1717
}
1818

1919
application {

lecture/testing/src/mockito/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616

1717
checkstyle {
1818
configFile file('checkstyle.xml')
19-
toolVersion '10.17.0'
19+
toolVersion '10.19.0'
2020
}
2121

2222
spotless {

0 commit comments

Comments
 (0)