bintray / gradle-bintray-plugin

Apache License 2.0
1.28k stars 194 forks source link

bintrayUpload stuck at 98% for longer #189

Open RajuSE opened 7 years ago

RajuSE commented 7 years ago

Im not sure why its stuck for task:

Building 98% > :lib-change-scene:bintrayUpload

My Gradle File: ` ext { bintrayRepo = 'change-scene' bintrayName = 'change-scene'

publishedGroupId = 'com.github.rajuse.changescene'
libraryName = 'change-scene'
artifact = 'change-scene'

libraryDescription = 'An Utility library for changing Views'
orgName = 'RajuSE'

siteUrl = 'https://github.com/RajuSE/change-scene'
gitUrl = 'https://github.com/RajuSE/change-scene.git')

`

Stackoverflow:
https://stackoverflow.com/questions/44495288/unable-to-bintrayupload-http-404-subject-was-not-found

RajuSE commented 7 years ago

Facing error

message:Subject 'RajuSE' not found

ChasonChen commented 6 years ago

I get the same problem. Do you solve it?

RajuSE commented 6 years ago

I still couldn't get the solution to this problem . As I mentioned on SO, I end up uploading aar file, which worked for me.