File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ configure(subprojects - coreModules) {
34
34
}
35
35
36
36
nohttp {
37
- allowlistFile = project. file(" etc/nohttp/allowlist.lines" )
38
37
source. exclude " buildSrc/build/**"
39
38
}
40
39
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
2
+ "https://www.puppycrawl.com/dtds/configuration_1_3.dtd">
3
+ <module name =" Checker" >
4
+ <property name =" charset" value =" UTF-8" />
5
+ <property name =" fileExtensions" value =" " />
6
+ <module name =" io.spring.nohttp.checkstyle.check.NoHttpCheck" >
7
+ <!-- Workaround for https://github.com/spring-io/nohttp/issues/55 -->
8
+ <property name =" allowlistFileName" value =" ${config_loc}/allowlist.lines" default =" " />
9
+ </module >
10
+ <module name =" SuppressionFilter" >
11
+ <property name =" file" value =" ${config_loc}/suppressions.xml" default =" " />
12
+ <property name =" optional" value =" true" />
13
+ </module >
14
+ <module name =" SuppressWithPlainTextCommentFilter" />
15
+ </module >
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 .2-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 .2-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments