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

quick note about jcenter organizations in docs

This commit is contained in:
Aaron Sarazan 2015-12-28 13:49:28 -08:00
parent 5bce778234
commit 73a4f85f22
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>