Skip to content

Commit 10285ad

Browse files
committed
Merge branch '5.3.x'
2 parents 98dd5db + 0c9def8 commit 10285ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ configure(rootProject) {
374374

375375
nohttp {
376376
source.exclude "**/test-output/**"
377+
source.exclude "spring-core/graalvm/build/**" // only available on `main`
378+
source.exclude "spring-core-test/build/**" // only available on `main`
377379
allowlistFile = project.file("src/nohttp/allowlist.lines")
378380
def rootPath = file(rootDir).toPath()
379381
def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc"

0 commit comments

Comments
 (0)