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=...