Skip to content

Commit

Permalink
Update docs -- run the release task with '-Dorg.gradle.parallel=false'
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwills committed Oct 19, 2017
1 parent cb21c14 commit abdf2c8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/developer/other/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ signing.secretKeyRingFile=/Users/me/.gnupg/secring.gpg

## Running a release

Run the following commands:
Run the following command:

```sh
./gradlew clean release
git push origin --tags
./gradlew clean release -Dorg.gradle.parallel=false
```

:warning: During the `release` task, you will be prompted for a release version (e.g. `5.0.3`) and a
Expand Down

0 comments on commit abdf2c8

Please sign in to comment.