Revert changes specific to 5.3.x

This commit is contained in:
Sam Brannen 2022-06-27 15:08:20 +02:00
parent 10285ade66
commit 897e47d76d
1 changed files with 0 additions and 2 deletions

View File

@ -374,8 +374,6 @@ configure(rootProject) {
nohttp {
source.exclude "**/test-output/**"
source.exclude "spring-core/graalvm/build/**" // only available on `main`
source.exclude "spring-core-test/build/**" // only available on `main`
allowlistFile = project.file("src/nohttp/allowlist.lines")
def rootPath = file(rootDir).toPath()
def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc"