bintray 上传和 jcenter 后无法解决 link
Failed to resolve after bintray upload and jcenter link
我将一个库上传到 bintray 并获得批准使用 jcenter() linked 但是当我尝试包含依赖项时:
compile 'com.dinomitesoft.owlorbit.owlorbitsdk:owlorbit-sdk:1.0.0'
它说 "Failed to resolve".. 这是我的存储库目前的样子:
repositories {
jcenter()
}
如果我包含 bintray 存储库,它可以正常编译,例如:
repositories {
maven {
url 'https://dl.bintray.com/owlorbit-llc/Owlorbit/'
}
}
我做错了什么?我需要设置 Sonatype 帐户吗?
这是 bintray 项目的 link:
https://bintray.com/owlorbit-llc/Owlorbit/Owlorbit_SDK
它说它 linked 到 JCenter:
Bintray 在我向他们发送支持请求后解决了这个问题!
我将一个库上传到 bintray 并获得批准使用 jcenter() linked 但是当我尝试包含依赖项时:
compile 'com.dinomitesoft.owlorbit.owlorbitsdk:owlorbit-sdk:1.0.0'
它说 "Failed to resolve".. 这是我的存储库目前的样子:
repositories {
jcenter()
}
如果我包含 bintray 存储库,它可以正常编译,例如:
repositories {
maven {
url 'https://dl.bintray.com/owlorbit-llc/Owlorbit/'
}
}
我做错了什么?我需要设置 Sonatype 帐户吗?
这是 bintray 项目的 link: https://bintray.com/owlorbit-llc/Owlorbit/Owlorbit_SDK
它说它 linked 到 JCenter:
Bintray 在我向他们发送支持请求后解决了这个问题!