Skip to content

Commit

Permalink
upgrade the checkStyle tool to v10.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Aug 29, 2023
1 parent b5959ee commit 899afef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ java {
}

checkstyle {
toolVersion '10.12.2'
toolVersion '10.12.3'
}

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

0 comments on commit 899afef

Please sign in to comment.