Skip to content

Commit

Permalink
update Checkstyle to v10.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 17, 2023
1 parent 0d7a42c commit 979064d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ java {
}

checkstyle {
toolVersion '10.12.3'
toolVersion '10.12.5'
}

tasks.withType(JavaCompile).configureEach { // Java compile-time options:
Expand Down

0 comments on commit 979064d

Please sign in to comment.