Skip to content

Commit

Permalink
Fix gradlew to LF line-endings (open-telemetry#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
mic-max authored Sep 14, 2022
1 parent e5b39d6 commit dfde7d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
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

0 comments on commit dfde7d1

Please sign in to comment.