File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed 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.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
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
+
7
+ <!-- nohttp workaround, see https://github.com/spring-io/nohttp/issues/55 -->
8
+ <module name =" io.spring.nohttp.checkstyle.check.NoHttpCheck" >
9
+ <property name =" allowlistFileName" value =" ${config_loc}/allowlist.lines" default =" " />
10
+ </module >
11
+ <module name =" SuppressionFilter" >
12
+ <property name =" file" value =" ${config_loc}/suppressions.xml" default =" " />
13
+ <property name =" optional" value =" true" />
14
+ </module >
15
+ <module name =" SuppressWithPlainTextCommentFilter" />
16
+ </module >
You can’t perform that action at this time.
0 commit comments