Skip to content

Commit 36d9141

Browse files
committed
Update nohttp to ignore daemon logs
1 parent d5aee1e commit 36d9141

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,11 @@ task codeCoverageReport(type: JacocoReport) {
414414
}
415415

416416
wrapper {
417-
gradleVersion = "6.5.1"
417+
gradleVersion = "6.8.1"
418+
}
419+
420+
nohttp {
421+
source.exclude "**/gradle/**"
418422
}
419423

420424
def getDocumentationProjects() {

0 commit comments

Comments
 (0)