Added functionality to publish the reporting library artefact to Bintray
~The artefact is uploaded to Bintray upon executing uploadArchives with the mavenLocal flag set to false when publishing to Sonatype~ publishing to either repository is manually by executing uploadArchives or bintrayUpload. BintrayUpload requires enabling the config gradle file in the build.gradle file where it is commented out.
~The artefact is uploaded to Bintray upon executing
uploadArchives
with themavenLocal
flag set to false when publishing to Sonatype~ publishing to either repository is manually by executinguploadArchives
orbintrayUpload
. BintrayUpload requires enabling the config gradle file in the build.gradle file where it is commented out.Closes https://github.com/OpenSRP/opensrp-client-reporting/issues/103 (See for details)