Skip to content

Commit 2817d30

Browse files
vpavicrwinch
authored andcommitted
Configure nohttp to ignore docs build output
At present, project build fails with checkstyleNohttp task error if not cleaned beforehand. This commit updates nohttp configuration so that it ignores build output of examples in spring-session-docs module. Closes gh-2127
1 parent 2191c6f commit 2817d30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ subprojects {
4545

4646
nohttp {
4747
source.exclude "buildSrc/build/**"
48+
source.exclude "spring-session-docs/.gradle/nodejs/**"
49+
source.exclude "spring-session-docs/modules/ROOT/examples/**/build/**"
4850
}

0 commit comments

Comments
 (0)