Browse Source

Exclude more files from nohttp check

pull/34332/head
Phillip Webb 3 years ago
parent
commit
565256f33a
  1. 3
      build.gradle

3
build.gradle

@ -14,6 +14,9 @@ nohttp { @@ -14,6 +14,9 @@ nohttp {
source.exclude "**/build/**"
source.exclude "**/out/**"
source.exclude "**/target/**"
source.exclude "**/.settings/**"
source.exclude "**/.classpath"
source.exclude "**/.project"
source.exclude "spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/test/resources/org/springframework/boot/buildpack/platform/docker/export.tar"
}

Loading…
Cancel
Save