Skip to content

Commit

Permalink
common.gradle: obtain checkstyle toolVersion from the library catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 20, 2024
1 parent 7d439e1 commit 8f03754
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 '9.3'
toolVersion libs.versions.checkstyle.get()
}

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

0 comments on commit 8f03754

Please sign in to comment.