diff --git a/build.gradle b/build.gradle index 832833d27e..c9cb956a90 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,9 @@ nohttp { source.exclude "**/build/**" source.exclude "**/out/**" 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" } diff --git a/buildSrc/gradle.properties b/buildSrc/gradle.properties index 73f4b49e00..3d6d16cc9b 100644 --- a/buildSrc/gradle.properties +++ b/buildSrc/gradle.properties @@ -1 +1 @@ -javaFormatVersion=0.0.35 +javaFormatVersion=0.0.38