aboutsummaryrefslogtreecommitdiff
path: root/releasing_to_jcenter.md
diff options
context:
space:
mode:
authorbootstraponline <code@bootstraponline.com>2015-03-12 13:17:48 -0400
committerbootstraponline <code@bootstraponline.com>2015-03-12 13:19:18 -0400
commite825f1b21d5b5723f99cfe9fcaadecbd6af62015 (patch)
tree83bfd9519fe67b0aa1838829c42f2af194160c34 /releasing_to_jcenter.md
parent05fe364c3bc2406e8703f69645a1ef8664b2b4ee (diff)
downloaddroiddriver-e825f1b21d5b5723f99cfe9fcaadecbd6af62015.tar.gz
Fix artifactory snapshots
Change-Id: I3e1557ce61cd5b98258bdfcafc550eeba3aa3ea9
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: