上传 eclipse project/library 用作 gradle 依赖项
Upload eclipse project/library for use as a gradle dependency
我有一个正在 Eclipse 中构建的库,但我想将其上传到 jCenter 以用作 Android Studio 项目中的 gradle 依赖项。我已经尝试在 Eclipse 中构建 gradle 文件,创建一个 Bintray 帐户,并尝试将其 link 到 jCenter,但似乎没有任何进展。可能是因为我没有在 Bintray 上发布它,但我也没有看到任何发布它的选项。
您需要添加Bintray plugin to your Gradle project. Please see the examples。
我有一个正在 Eclipse 中构建的库,但我想将其上传到 jCenter 以用作 Android Studio 项目中的 gradle 依赖项。我已经尝试在 Eclipse 中构建 gradle 文件,创建一个 Bintray 帐户,并尝试将其 link 到 jCenter,但似乎没有任何进展。可能是因为我没有在 Bintray 上发布它,但我也没有看到任何发布它的选项。
您需要添加Bintray plugin to your Gradle project. Please see the examples。