Skip to content

Commit d310425

Browse files
committed
Merge branch '2.7.x' into 3.0.x
Closes gh-34330
2 parents 0d0566b + b93c9f7 commit d310425

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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

buildSrc/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
javaFormatVersion=0.0.35
1+
javaFormatVersion=0.0.38

0 commit comments

Comments
 (0)