Skip to content

Commit

Permalink
Remove unnecessary autocrlf guidance
Browse files Browse the repository at this point in the history
This is no longer necessary as of spring-javaformat 0.0.36
  • Loading branch information
ParkerM authored and dsyer committed Jun 8, 2023
1 parent 0d9e882 commit cf6d44b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf6d44b

Please sign in to comment.