aboutsummaryrefslogtreecommitdiff
path: root/releasing_to_jcenter.md
diff options
context:
space:
mode:
Diffstat (limited to 'releasing_to_jcenter.md')
-rw-r--r--releasing_to_jcenter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/releasing_to_jcenter.md b/releasing_to_jcenter.md
index 72019f2..27d5167 100644
--- a/releasing_to_jcenter.md
+++ b/releasing_to_jcenter.md
@@ -13,7 +13,7 @@ Update the version number in `build.gradle` by modifying the value of `ddVersion
Snapshots of DroidDriver are released to `http://oss.jfrog.org/artifactory` in the oss-snapshot-local
repository.
-`gradle -PbintrayUser=myusername -PbintrayKey=123 clean artifactoryPublish`
+`gradle -PbintrayUser=myusername -PbintrayKey=123 clean assemble artifactoryPublish`
Note that resolving the snapshots requires adding the maven repo to the gradle build file: