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 ec30c4d..b035040 100644 --- a/plug-ins/index.html +++ b/plug-ins/index.html @@ -405,6 +405,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=...