Skip to content

Commit 565256f

Browse files
committed
Exclude more files from nohttp check
1 parent e51a4d4 commit 565256f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ nohttp {
1414
source.exclude "**/build/**"
1515
source.exclude "**/out/**"
1616
source.exclude "**/target/**"
17+
source.exclude "**/.settings/**"
18+
source.exclude "**/.classpath"
19+
source.exclude "**/.project"
1720
source.exclude "spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/test/resources/org/springframework/boot/buildpack/platform/docker/export.tar"
1821
}
1922

0 commit comments

Comments
 (0)