Skip to content

Commit 777caef

Browse files
committed
Upgrade to Gradle 7.5.1
1 parent 9465110 commit 777caef

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

src/nohttp/checkstyle.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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>

0 commit comments

Comments
 (0)