我工作了 2 天,将我的 github 库CircularImageView部署在 maven Central 中,以将其与 gradle 依赖项一起使用,如下所示:
compile 'com.mikhaellopez:circularimageview:2.0.0'
我严格按照本教程进行操作:使用 Gradle 将 aar 文件发布到 jCenter,但无事可做,我无法以这种方式访问我的库。
请帮助我知道我做错了什么..
关联 :
- Bintray 回购:https ://bintray.com/lopspower/maven/com.mikhaellopez%3Acircularimageview/view
- Sonatype 问题:https ://issues.sonatype.org/browse/OSSRH-18203
编辑:2015 年 10 月 14 日
要在教程的第 16 步中最终与 Maven Central 同步所有内容,您需要一个用户令牌密码。我怎么得到它?
Bintray 答案:
您好,“用户令牌密码”不是取自 Bintray,它可以在您的 Maven Central 帐户中找到。请在此处查看有关与 Maven 同步的更多信息:https : //bintray.com/docs/usermanual/uploads/uploads_syncingartifactswithmavencentral.html 问候 Bintray 团队
最后,不清楚,但“用户令牌密码”实际上对应于您的 Sonatype 帐户的密码。现在该项目通常是同步的,但是我仍然无法访问该项目:
无法解决:com.mikhaellopez:circularimageview:2.0.0