We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88eca51 commit ccbf212Copy full SHA for ccbf212
buildSrc/src/main/groovy/io/spring/gradle/convention/CheckstylePlugin.groovy
@@ -36,7 +36,7 @@ class CheckstylePlugin implements Plugin<Project> {
36
if (checkstyleDir.exists() && checkstyleDir.directory) {
37
project.getPluginManager().apply('checkstyle')
38
project.dependencies.add('checkstyle', 'io.spring.javaformat:spring-javaformat-checkstyle:0.0.15')
39
- project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.10')
+ project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.11')
40
41
project.checkstyle {
42
configDirectory = checkstyleDir
0 commit comments