File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ buildscript {
4
4
}
5
5
dependencies {
6
6
classpath(" io.spring.gradle:propdeps-plugin:0.0.9.RELEASE" )
7
+ classpath(" io.spring.nohttp:nohttp-gradle:0.0.2.RELEASE" )
7
8
classpath(" org.asciidoctor:asciidoctorj-pdf:1.5.0-alpha.16" )
8
9
}
9
10
}
@@ -252,9 +253,21 @@ configure(rootProject) {
252
253
description = " Spring Framework"
253
254
254
255
apply plugin : " groovy"
256
+ apply plugin : " io.spring.nohttp"
255
257
apply from : " ${ gradleScriptDir} /jdiff.gradle"
256
258
apply from : " ${ gradleScriptDir} /docs.gradle"
257
259
260
+ nohttp {
261
+ source. exclude " **/test-output/**"
262
+ whitelistFile = project. file(" src/nohttp/whitelist.lines" )
263
+ def projectDirURI = project. projectDir. toURI()
264
+ allprojects. forEach { p ->
265
+ def outURI = p. file(" out" ). toURI()
266
+ def pattern = projectDirURI. relativize(outURI). path + " **"
267
+ source. exclude pattern
268
+ }
269
+ }
270
+
258
271
dependencyManagement {
259
272
imports {
260
273
mavenBom " io.projectreactor:reactor-bom:${ reactorVersion} "
Original file line number Diff line number Diff line change
1
+ ^http://[^/]*caucho.com.*
2
+ ^http://[^/]*gebish.org.*
3
+ ^http://[^/]*groovy-lang.org.*
4
+ ^http://[^/]*hsqldb.org.*
5
+ ^http://[^/]*sourceforge.net.*
6
+ ^http://easymock.org.*
7
+ ^http://forum.thymeleaf.org.*
8
+ ^http://jotm.objectweb.org.*
9
+ ^http://json-b.net/.*
10
+ ^http://objenesis.org.*
11
+ ^http://reactivex.io.*
12
+ ^http://www.beanshell.org.*
13
+ ^http://www.doclet.com.*
14
+ ^http://www.jensgulden.de.*
15
+ ^http://www.mockobjects.com.*
16
+ ^http://www.w3.org/2000/xmlns/
17
+ ^http://xunitpatterns.com.*
You can’t perform that action at this time.
0 commit comments