aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2016-04-29 15:05:27 -0700
committerCarl Mastrangelo <notcarl@google.com>2016-04-29 15:08:09 -0700
commit0b3a41773c5f322296982bcaaed95cb42fc9b693 (patch)
tree59312e8a09f5721634472295a1a926e3ed9a9261 /RELEASING.md
parent46eefe34fb45a24b9c1704e4c29d563f4c815e4f (diff)
downloadgrpc-grpc-java-0b3a41773c5f322296982bcaaed95cb42fc9b693.tar.gz
Update Release docs to account for parallel upload
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASING.md b/RELEASING.md
index cc5adaa7b..54c082095 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -261,7 +261,7 @@ the grpc-java source directory._**
As stated above, this only needs to be done once for one of the selected OS/architectures.
The following command will build the whole project and upload it to Maven
-Central.
+Central. Make sure you have `org.gradle.parallel` disabled for upload.
```bash
grpc-java$ ./gradlew clean build && ./gradlew uploadArchives
```