Ignore build artifacts from the main branch for nohttp
This commit is contained in:
parent
8892a05868
commit
0c9def89de
|
|
@ -413,6 +413,8 @@ configure(rootProject) {
|
||||||
|
|
||||||
nohttp {
|
nohttp {
|
||||||
source.exclude "**/test-output/**"
|
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")
|
allowlistFile = project.file("src/nohttp/allowlist.lines")
|
||||||
def rootPath = file(rootDir).toPath()
|
def rootPath = file(rootDir).toPath()
|
||||||
def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc"
|
def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue