File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/groovy/io/spring/gradle/convention Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 dependencies {
33 classpath " io.spring.javaformat:spring-javaformat-gradle-plugin:$springJavaformatVersion "
4- classpath ' io.spring.nohttp:nohttp-gradle:0.0.8 '
4+ classpath ' io.spring.nohttp:nohttp-gradle:0.0.10 '
55 classpath " io.freefair.gradle:aspectj-plugin:5.3.3.3"
66 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
77 classpath " com.netflix.nebula:nebula-project-plugin:8.0.0"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ dependencies {
7979 implementation ' io.spring.gradle:docbook-reference-plugin:0.3.1'
8080 implementation ' io.spring.gradle:propdeps-plugin:0.0.10.RELEASE'
8181 implementation ' io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.15'
82- implementation ' io.spring.nohttp:nohttp-gradle:0.0.8 '
82+ implementation ' io.spring.nohttp:nohttp-gradle:0.0.10 '
8383 implementation ' org.aim42:htmlSanityCheck:1.1.6'
8484 implementation ' org.asciidoctor:asciidoctor-gradle-jvm:3.1.0'
8585 implementation ' org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.1.0'
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class CheckstylePlugin implements Plugin<Project> {
3636 if (checkstyleDir. exists() && checkstyleDir. directory) {
3737 project. getPluginManager(). apply(' checkstyle' )
3838 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.8 ' )
39+ project. dependencies. add(' checkstyle' , ' io.spring.nohttp:nohttp-checkstyle:0.0.10 ' )
4040
4141 project. checkstyle {
4242 configDirectory = checkstyleDir
You can’t perform that action at this time.
0 commit comments