Skip to content

Commit d2e3e52

Browse files
committed
Merge branch '3.0.x'
Closes gh-34331
2 parents f65befe + d310425 commit d2e3e52

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)