Skip to content

Commit 897e47d

Browse files
committed
Revert changes specific to 5.3.x
1 parent 10285ad commit 897e47d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,6 @@ 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`
379377
allowlistFile = project.file("src/nohttp/allowlist.lines")
380378
def rootPath = file(rootDir).toPath()
381379
def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc"

0 commit comments

Comments
 (0)