Skip to content

Commit 784e8fd

Browse files
Update dependency checkstyle to v12
1 parent 2593ff9 commit 784e8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ task fortifyScan(type: JavaExec) {
134134

135135
checkstyle {
136136
maxWarnings = 0
137-
toolVersion = '8.29'
137+
toolVersion = '12.1.0'
138138
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
139139
}
140140

0 commit comments

Comments
 (0)