From cf6d44b045f6cafe6c2c50b38d9de39389801ba5 Mon Sep 17 00:00:00 2001 From: Parker Mauney Date: Thu, 1 Jun 2023 12:31:56 -0400 Subject: [PATCH] Remove unnecessary autocrlf guidance This is no longer necessary as of spring-javaformat 0.0.36 --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 13b80742c72..d3796fd24bd 100644 --- a/readme.md +++ b/readme.md @@ -29,8 +29,6 @@ Or you can run it from Maven directly using the Spring Boot Maven plugin. If you ./mvnw spring-boot:run ``` -> NOTE: Windows users should set `git config core.autocrlf true` to avoid format assertions failing the build (use `--global` to set that flag globally). - > NOTE: If you prefer to use Gradle, you can build the app using `./gradlew build` and look for the jar file in `build/libs`. ## Building a Container