Skip to content

Commit f652548

Browse files
Update Checkstyle Version
1 parent f0924de commit f652548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ task media(type: com.install4j.gradle.Install4jTask, dependsOn: "releaseJar") {
390390
checkstyle {
391391
// do not use other packages for checkstyle, excluding gen(erated) sources
392392
checkstyleMain.source = "src/main/java"
393-
toolVersion = '7.6'
393+
toolVersion = '7.6.1'
394394
}
395395

396396
task release(dependsOn: ["media", "releaseJar"]) {

0 commit comments

Comments
 (0)