aboutsummaryrefslogtreecommitdiff
path: root/RELEASING.md
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-07-07 16:42:36 -0700
committerGitHub <noreply@github.com>2017-07-07 16:42:36 -0700
commitc796e25737240ce4f209a045528f965b8819915a (patch)
tree737505fe217bedcad18d0f6083ecf9a9433659ab /RELEASING.md
parentee9518de734fcc04270e83045554316361a6f7f0 (diff)
downloadopencensus-java-c796e25737240ce4f209a045528f965b8819915a.tar.gz
Add a section of known issues with the release. (#438)
Diffstat (limited to 'RELEASING.md')
-rw-r--r--RELEASING.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASING.md b/RELEASING.md
index e72eed5b..b7f0de02 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -167,3 +167,14 @@ the repository. If this completes successfully, the repository can then be
Central (the staging repository will be destroyed in the process). You can see
the complete process for releasing to Maven Central on the [OSSRH
site](http://central.sonatype.org/pages/releasing-the-deployment.html).
+
+## Known Issues
+
+### Deployment for branch v0.5.x
+For all releases on the branch v0.5.x to deploy to maven central use command
+```bash
+$ ./gradlew clean build && ./gradlew uploadArchives
+```
+
+If option `-Dorg.gradle.parallel=false` is used, you will hit [this bug](https://issues.sonatype.org/browse/OSSRH-19485)
+caused by [this bug](https://github.com/gradle/gradle/issues/1827) in gradle 3.5.