We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51a4d4 commit 565256fCopy full SHA for 565256f
build.gradle
@@ -14,6 +14,9 @@ nohttp {
14
source.exclude "**/build/**"
15
source.exclude "**/out/**"
16
source.exclude "**/target/**"
17
+ source.exclude "**/.settings/**"
18
+ source.exclude "**/.classpath"
19
+ source.exclude "**/.project"
20
source.exclude "spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/test/resources/org/springframework/boot/buildpack/platform/docker/export.tar"
21
}
22
0 commit comments