Skip to content

Commit 3de619c

Browse files
committed
Update to Gradle 7.6.2
Closes spring-projectsgh-857
1 parent 6a67459 commit 3de619c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ configure(subprojects - coreModules) {
3434
}
3535

3636
nohttp {
37-
allowlistFile = project.file("etc/nohttp/allowlist.lines")
3837
source.exclude "buildSrc/build/**"
3938
}
4039

etc/nohttp/checkstyle.xml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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>
+1-1
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.4.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)