Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个正在 Eclipse 中构建的库,但我想将它上传到 jCenter 以用作 Android Studio 项目中的 gradle 依赖项。我已经尝试在 Eclipse 中构建 gradle 文件,创建一个 Bintray 帐户,并尝试将其链接到 jCenter,但似乎没有通过。可能是因为我没有在 Bintray 上发布它,但我也没有看到任何发布它的选项。
您需要将Bintray 插件添加到您的 Gradle 项目中。请参阅示例。