Merge branch '2.7.x' into 3.0.x

Closes gh-34330
pull/34503/head
Phillip Webb 2 years ago
commit d3104257d7

@ -14,6 +14,9 @@ nohttp {
source.exclude "**/build/**" source.exclude "**/build/**"
source.exclude "**/out/**" source.exclude "**/out/**"
source.exclude "**/target/**" 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" source.exclude "spring-boot-project/spring-boot-tools/spring-boot-buildpack-platform/src/test/resources/org/springframework/boot/buildpack/platform/docker/export.tar"
} }

@ -1 +1 @@
javaFormatVersion=0.0.35 javaFormatVersion=0.0.38

Loading…
Cancel
Save