From abdf2c862bb48b873ee7f6671d45bdcf8361ee53 Mon Sep 17 00:00:00 2001 From: Drew Wills Date: Thu, 19 Oct 2017 16:29:19 -0700 Subject: [PATCH] Update docs -- run the release task with '-Dorg.gradle.parallel=false' --- docs/developer/other/RELEASE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/developer/other/RELEASE.md b/docs/developer/other/RELEASE.md index cced483f23b..8e1328d1650 100644 --- a/docs/developer/other/RELEASE.md +++ b/docs/developer/other/RELEASE.md @@ -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