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.
2 parents 98dd5db + 0c9def8 commit 10285adCopy full SHA for 10285ad
build.gradle
@@ -374,6 +374,8 @@ 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