This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 3c8bd173e004e0d109de94db16ad9f413d773578 Author: Pablo <[email protected]> AuthorDate: Fri May 18 10:02:35 2018 -0700 Improving. --- src/contribute/release-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contribute/release-guide.md b/src/contribute/release-guide.md index d718401..f49a9a4 100644 --- a/src/contribute/release-guide.md +++ b/src/contribute/release-guide.md @@ -158,7 +158,7 @@ Adjust any of the above properties to the improve clarity and presentation of th ### Verify that a Release Build Works -From a new workspace, run `git clean -fdx` to clean, and then `./gradlew -PisRelease build` to ensure that the build processes necessary for release are in good shape. +From a new workspace, run `git clean -fdx` to clean, and then `./gradlew -PisRelease build --no-parallel` to ensure that the build processes necessary for release are in good shape. ### Update and Verify Javadoc -- To stop receiving notification emails like this one, please contact [email protected].
