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
3
3
buildscript {
4
4
dependencies {
5
5
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 '
7
7
classpath " io.freefair.gradle:aspectj-plugin:6.2.0"
8
8
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
9
9
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 {
93
93
implementation ' com.github.ben-manes:gradle-versions-plugin:0.38.0'
94
94
implementation ' com.github.spullara.mustache.java:compiler:0.9.4'
95
95
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 '
97
97
implementation ' net.sourceforge.htmlunit:htmlunit:2.37.0'
98
98
implementation ' org.hidetake:gradle-ssh-plugin:2.10.1'
99
99
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> {
36
36
if (checkstyleDir. exists() && checkstyleDir. directory) {
37
37
project. getPluginManager(). apply(' checkstyle' )
38
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 ' )
39
+ project. dependencies. add(' checkstyle' , ' io.spring.nohttp:nohttp-checkstyle:0.0.11 ' )
40
40
41
41
project. checkstyle {
42
42
configDirectory = checkstyleDir
You can’t perform that action at this time.
0 commit comments