We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10285ad commit 897e47dCopy full SHA for 897e47d
build.gradle
@@ -374,8 +374,6 @@ configure(rootProject) {
374
375
nohttp {
376
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`
379
allowlistFile = project.file("src/nohttp/allowlist.lines")
380
def rootPath = file(rootDir).toPath()
381
def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc"
0 commit comments