Skip to content

Commit

Permalink
fix(docs): remove invalid whitespaces from gradle.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed Jun 10, 2020
1 parent 955614b commit d3fd4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -56,8 +56,8 @@ You need to configure [authentication for Github Packages](https://help.github.c
2. Create or update the `gradle.properties` inside `C:\Users\%username%\.gradle` with the following and replace `YOUR_GITHUB_USERNAME` with your Github username and `YOUR_PERSONAL_ACCESS_TOKEN` with the access token from step 1.

```properties
gpr.user = YOUR_GITHUB_USERNAME
gpr.key = YOUR_PERSONAL_ACCESS_TOKEN
gpr.user=YOUR_GITHUB_USERNAME
gpr.key=YOUR_PERSONAL_ACCESS_TOKEN
```

## Deploy Task
Expand Down

0 comments on commit d3fd4b5

Please sign in to comment.