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:
commit
917b67f3a3
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue