Skip to content

Commit

Permalink
Tool: upgrade checkstyle to v10.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cagix committed Oct 26, 2024
1 parent 1451d2a commit 30a834e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lecture/building/gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ sourceSets {
checkstyle {
configFile = file(“${rootDir}/google_checks.xml”)
toolVersion = '8.32'
toolVersion = '10.19.0'
}
dependencies {
Expand Down
2 changes: 1 addition & 1 deletion lecture/coding/codingrules.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ eigenes [Plugin](https://docs.gradle.org/current/userguide/checkstyle_plugin.htm
checkstyle {
configFile file('checkstyle.xml')
toolVersion '10.2'
toolVersion '10.19.0'
}
```
Expand Down
2 changes: 1 addition & 1 deletion lecture/coding/src/checkstyle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {

checkstyle {
configFile file('checkstyle.xml')
toolVersion '10.17.0'
toolVersion '10.19.0'
}

application {
Expand Down
2 changes: 1 addition & 1 deletion lecture/testing/src/mockito/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

checkstyle {
configFile file('checkstyle.xml')
toolVersion '10.17.0'
toolVersion '10.19.0'
}

spotless {
Expand Down

0 comments on commit 30a834e

Please sign in to comment.