Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix gradlew to LF line-endings #363

Merged
merged 9 commits into from
Sep 14, 2022
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* text=auto

gradlew text eol=lf
11 changes: 0 additions & 11 deletions docs/docker_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@
- Docker
- [Docker Compose](https://docs.docker.com/compose/install/#install-compose) v2.0.0+

### Windows Pre-requisites

Run the following shell command to correctly configure file endings:

```shell
git config --global core.autocrlf input
```

If you already cloned the repo and are experiencing build issues then delete and
re-clone the repo after running the command.

## Clone Repo

- Clone the Webstore Demo repository:
Expand Down