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 0363595 commit ef290ad
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.2'
toolVersion '10.12.3'
}

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

0 comments on commit ef290ad

Please sign in to comment.