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 @@ -3,7 +3,7 @@ import io.spring.gradle.IncludeRepoTask
33buildscript {
44 dependencies {
55 classpath " io.spring.javaformat:spring-javaformat-gradle-plugin:$springJavaformatVersion "
6- classpath ' io.spring.nohttp:nohttp-gradle:0.0.10 '
6+ classpath ' io.spring.nohttp:nohttp-gradle:0.0.11 '
77 classpath " io.freefair.gradle:aspectj-plugin:6.4.3.1"
88 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
99 classpath " com.netflix.nebula:nebula-project-plugin:8.2.0"
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ dependencies {
9393 implementation ' com.github.ben-manes:gradle-versions-plugin:0.38.0'
9494 implementation ' com.github.spullara.mustache.java:compiler:0.9.4'
9595 implementation ' io.spring.javaformat:spring-javaformat-gradle-plugin:0.0.15'
96- implementation ' io.spring.nohttp:nohttp-gradle:0.0.10 '
96+ implementation ' io.spring.nohttp:nohttp-gradle:0.0.11 '
9797 implementation ' net.sourceforge.htmlunit:htmlunit:2.37.0'
9898 implementation ' org.hidetake:gradle-ssh-plugin:2.10.1'
9999 implementation ' org.jfrog.buildinfo:build-info-extractor-gradle:4.29.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.10 ' )
39+ project. dependencies. add(' checkstyle' , ' io.spring.nohttp:nohttp-checkstyle:0.0.11 ' )
4040
4141 project. checkstyle {
4242 configDirectory = checkstyleDir
You can’t perform that action at this time.
0 commit comments