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.
2 parents 0d0566b + b93c9f7 commit d310425Copy full SHA for d310425
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
buildSrc/gradle.properties
@@ -1 +1 @@
1
-javaFormatVersion=0.0.35
+javaFormatVersion=0.0.38
0 commit comments