1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 12:07:10 -07:00

Merge pull request #6 from Levelmoney/feature/jcenter-orgs

quick note about jcenter organizations in docs
This commit is contained in:
Cedric Beust 2015-12-29 04:50:43 +04:00
commit 917b67f3a3
2 changed files with 6 additions and 0 deletions

View file

@ -516,6 +516,9 @@ Next, create a file <code>local.properties</code> in the root directory of your
<pre class="brush:plain">
bintray.user=...
bintray.apikey=...
# Optional. Include this if you want to upload to your org's repo instead of your own.
# bintray.organization=...
</pre>
<p>

View file

@ -366,6 +366,9 @@ assemble {
<pre class="brush:plain">
bintray.user=...
bintray.apikey=...
# Optional. Include this if you want to upload to your org's repo instead of your own.
# bintray.organization=...
</pre>
<p>