I have observed I need to execute install task first. Which generates artifacts. Which are required for bintrayUpload task. I have to do this manually every time before bintrayUpload task. Can this be automated or do I need to add some lines in gradle?
I have observed I need to execute install task first. Which generates artifacts. Which are required for bintrayUpload task. I have to do this manually every time before bintrayUpload task. Can this be automated or do I need to add some lines in gradle?