0

I'm following this tutorial to publish an Android library to Bintray. However, the gradlew bintrayUpload task hangs forever without an error message. How can I debug this process?

Ole M.
  • 36
  • 5
  • unless you need bintray, consider using jitpack.io – Marcin Orlowski Apr 06 '17 at 09:45
  • Thanks, Marcin. I'm looking to publish the library to jcenter, is that supported by jitpack as well? – Ole M. Apr 06 '17 at 09:52
  • no. jitpack is jitpack, bintray is bintray, yet publishing to jitpack is simplier. So if this is library you release publicly, I recommend trying jitpack. Docs: https://jitpack.io/docs/#publishing-on-jitpack – Marcin Orlowski Apr 06 '17 at 09:57
  • Bintray allows publishing to jcenter with a single click. I don't want to force developers to add an additional repository to their gradle file, so I'll have to stick with Bintray. – Ole M. Apr 06 '17 at 09:59
  • as you wish. but if they are already using 3rd party libs they most likely already got jitpack in gradle anyway – Marcin Orlowski Apr 06 '17 at 10:00

1 Answers1

0

After running the script again with the --stacktrace option, the console showed the error and I was able to fix it.

Ole M.
  • 36
  • 5