Skip to content

Commit

Permalink
use v10.15.0 of the Checkstyle tool
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Apr 6, 2024
1 parent 05f46db commit a3a2b07
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 @@ -26,7 +26,7 @@ application {
}

checkstyle {
toolVersion '10.14.2'
toolVersion '10.15.0'
}

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

0 comments on commit a3a2b07

Please sign in to comment.