Make bintray parameters optional

Summary:
By declaring the properties first, before using them in the scripts, you no
longer get an exception if you fail to specify them.

You can now build artifacts or run tests without specifying your bintray
password, which is probably what you want.

Reviewed By: emilsjolander

Differential Revision: D4913103

fbshipit-source-id: 8787af8973cebb84cd59e18c63a3a9f28e0ec348
This commit is contained in:
Pascal Hartig
2017-04-19 10:48:58 -07:00
committed by Facebook Github Bot
parent b2a96ec744
commit 3569a13b74
3 changed files with 9 additions and 5 deletions

4
gradle.properties Normal file
View File

@@ -0,0 +1,4 @@
bintrayUsername=
bintrayApiKey=
bintrayGpgPassword=
dryRun=false