Skip to content

Commit

Permalink
build.gradle: specify v9.3 of the checkstyle tool
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 18, 2024
1 parent b258f82 commit ec9abdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,10 @@ application {
mainClass = 'jme3utilities.minie.TestApp'
}

checkstyle {
toolVersion '9.3'
}

tasks.withType(JavaExec).configureEach { // Java runtime options:
classpath sourceSets.main.runtimeClasspath
}
Expand Down

0 comments on commit ec9abdd

Please sign in to comment.