Remove unnecessary autocrlf guidance

This is no longer necessary as of spring-javaformat 0.0.36
This commit is contained in:
Parker Mauney 2023-06-01 12:31:56 -04:00 committed by Dave Syer
parent 0d9e882e54
commit cf6d44b045

View file

@ -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