message:Repo 'maven' 未找到
message:Repo 'maven' was not found
我在将您的 android 库上传到 Bintray 时收到此 message:Repo 'maven' was not found
,应该怎么做?
我正在学习本教程:https://www.raywenderlich.com/52-building-an-android-library-tutorial
如此 post 回答 https://github.com/bintray/gradle-bintray-plugin/issues/143
I created manually repository with name 'maven' in my bintray account and it solved my problem
你应该手动做
来自 step 4 in the gradle-bintray-plugin 自述文件指出:
repo - existing repository in bintray to add the artifacts to (for example: 'generic', 'maven' etc)
在您附加的博客中,它还指出,在 Setup your Bintray Account
步骤中,您需要 Add New Repository
。您可以使用 UI 或使用 Bintray's API 创建存储库来创建新存储库。
按照指南进行操作可以避免很多问题。
我在将您的 android 库上传到 Bintray 时收到此 message:Repo 'maven' was not found
,应该怎么做?
我正在学习本教程:https://www.raywenderlich.com/52-building-an-android-library-tutorial
如此 post 回答 https://github.com/bintray/gradle-bintray-plugin/issues/143
I created manually repository with name 'maven' in my bintray account and it solved my problem
你应该手动做
来自 step 4 in the gradle-bintray-plugin 自述文件指出:
repo - existing repository in bintray to add the artifacts to (for example: 'generic', 'maven' etc)
在您附加的博客中,它还指出,在 Setup your Bintray Account
步骤中,您需要 Add New Repository
。您可以使用 UI 或使用 Bintray's API 创建存储库来创建新存储库。
按照指南进行操作可以避免很多问题。