bintray / gradle-bintray-plugin

Apache License 2.0
1.28k stars 197 forks source link

How to add install dependency before bintrayUpload task? #122

Open KadamMangesh opened 8 years ago

KadamMangesh commented 8 years ago

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?

eyalbe4 commented 8 years ago

@MangeshKadam, did you try to make the bintrayUpload task depend on the install task?

KadamMangesh commented 8 years ago

I did not tried that. Could you please help me for the same?