Skip to content

Commit d361a3b

Browse files
committed
Exclude build/ and target/ (output) directories from NoHTTP check.
1 parent d016e6d commit d361a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ subprojects {
4949
}
5050

5151
nohttp {
52-
source.excludes = [ "**/.gradle/**", "**/.m2/**" ]
52+
source.excludes = [ "**/.gradle/**", "**/.m2/**", "**/build/**", "**/target/**" ]
5353
}
5454

5555
description = 'Spring Boot for Apache Geode'

0 commit comments

Comments
 (0)