如何讲jar包上传到jcenter

引用原文

https://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/


1.在 bintray.com 注册一个账号

https://bintray.com/signup/oss

2.编写脚本 

https://github.com/msdx/gradle-publish 大神已经给出脚本,我们只需要稍微修改成自己的信息就可以了

在library的gradle tasks里面找到publishing->bintrayUpload对aar进行上传, 上传成功后会得到gradle的构建successfully的提示

3.bintray.com 上add to jcenter 

另外上传jcenter 后需要等数个小时候才可以下载

所有上传到jcenter 上的包 都可以在 https://jcenter.bintray.com/ 查询到

如果您查询到了,还是下载不了的话,可能还需要几个点缓冲时间,再等会就好

你可能感兴趣的:(如何讲jar包上传到jcenter)