From 73a4f85f22f12d0da8e8800429a784f782b74374 Mon Sep 17 00:00:00 2001 From: Aaron Sarazan Date: Mon, 28 Dec 2015 13:49:28 -0800 Subject: [PATCH] quick note about jcenter organizations in docs --- documentation/index.html | 3 +++ plug-ins/index.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/documentation/index.html b/documentation/index.html index 49805bc..e133613 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -516,6 +516,9 @@ Next, create a file local.properties in the root directory of your
 bintray.user=...
 bintray.apikey=...
+
+# Optional. Include this if you want to upload to your org's repo instead of your own.
+# bintray.organization=...
 

diff --git a/plug-ins/index.html b/plug-ins/index.html index 0c7fab0..865bbd2 100644 --- a/plug-ins/index.html +++ b/plug-ins/index.html @@ -366,6 +366,9 @@ assemble {

 bintray.user=...
 bintray.apikey=...
+
+# Optional. Include this if you want to upload to your org's repo instead of your own.
+# bintray.organization=...