Skip to content

Commit 638d91f

Browse files
committed
Ignore framework-docs from main branch in nohttp check
1 parent 6abfe04 commit 638d91f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ configure(rootProject) {
415415
source.exclude "**/test-output/**"
416416
allowlistFile = project.file("src/nohttp/allowlist.lines")
417417
def rootPath = file(rootDir).toPath()
418-
def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc"
418+
def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc" + "${rootDir}/framework-docs"
419419
projectDirs.forEach { dir ->
420420
[ 'bin', 'build', 'out', '.settings' ]
421421
.collect { rootPath.relativize(new File(dir, it).toPath()) }
@@ -439,4 +439,5 @@ configure(rootProject) {
439439
}
440440
}
441441
}
442+
442443
}

0 commit comments

Comments
 (0)