Skip to content

Commit

Permalink
Update to nohttp 0.0.11
Browse files Browse the repository at this point in the history
Closes gh-929
  • Loading branch information
jzheaux committed Oct 1, 2024
1 parent 88eca51 commit ccbf212
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CheckstylePlugin implements Plugin<Project> {
if (checkstyleDir.exists() && checkstyleDir.directory) {
project.getPluginManager().apply('checkstyle')
project.dependencies.add('checkstyle', 'io.spring.javaformat:spring-javaformat-checkstyle:0.0.15')
project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.10')
project.dependencies.add('checkstyle', 'io.spring.nohttp:nohttp-checkstyle:0.0.11')

project.checkstyle {
configDirectory = checkstyleDir
Expand Down

0 comments on commit ccbf212

Please sign in to comment.