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 6abfe04 commit 638d91fCopy full SHA for 638d91f
build.gradle
@@ -415,7 +415,7 @@ configure(rootProject) {
415
source.exclude "**/test-output/**"
416
allowlistFile = project.file("src/nohttp/allowlist.lines")
417
def rootPath = file(rootDir).toPath()
418
- def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc"
+ def projectDirs = allprojects.collect { it.projectDir } + "${rootDir}/buildSrc" + "${rootDir}/framework-docs"
419
projectDirs.forEach { dir ->
420
[ 'bin', 'build', 'out', '.settings' ]
421
.collect { rootPath.relativize(new File(dir, it).toPath()) }
@@ -439,4 +439,5 @@ configure(rootProject) {
439
}
440
441
442
+
443
0 commit comments