We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ea03b commit bada294Copy full SHA for bada294
build.gradle
@@ -112,7 +112,7 @@ task fortifyScan(type: JavaExec) {
112
113
checkstyle {
114
maxWarnings = 0
115
- toolVersion = '10.26.1'
+ toolVersion = '11.0.1'
116
// need to set configDir to rootDir otherwise submodule will use submodule/config/checkstyle
117
configDirectory = new File(rootDir, 'config/checkstyle')
118
}
0 commit comments