diff --git a/build.gradle b/build.gradle index 809243686b..33d5c96019 100644 --- a/build.gradle +++ b/build.gradle @@ -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"