From 902cdd1a2f2d421ae721d4f92b5293c157e8f0f9 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 5 Nov 2022 14:39:50 +0100 Subject: [PATCH] Ignore spring-core-test from main branch in nohttp checks --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9b2c3af505c..44cf39549f8 100644 --- a/build.gradle +++ b/build.gradle @@ -415,7 +415,7 @@ configure(rootProject) { source.exclude "**/test-output/**" allowlistFile = project.file("src/nohttp/allowlist.lines") def rootPath = file(rootDir).toPath() - def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc" + "${rootDir}/framework-docs" + def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/spring-core-test" + "${rootDir}/buildSrc" + "${rootDir}/framework-docs" projectDirs.forEach { dir -> [ 'bin', 'build', 'out', '.settings' ] .collect { rootPath.relativize(new File(dir, it).toPath()) }