无法将android库上传到bintray.com中的JCenter存储库

时间:2017-12-19 10:39:33

标签: android jcenter

错误无法创建包' maven'找不到

enter image description here

但我在bintray.com上创建了maven存储库。查看下面的链接和屏幕截图

https://bintray.com/powerupcloudtech/maven/webviewoverlay

enter image description here

我按照下面的教程进行操作。但是同样的错误超过2天。

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

2。https://www.numetriclabz.com/distribute-android-library-through-jcenter-from-android-studio/#Upload_library_to_jcenter

3。https://medium.com/@eliaslecomte/publish-an-android-library-on-jcenter-a37770dc9570

我厌倦了尝试网络上的所有解决方案。

下面是我在库build.gradle中使用的代码

ext {
bintrayRepo = 'maven'
bintrayName = 'webviewoverlay'

publishedGroupId = 'org.pcc.webviewOverlay'
libraryName = 'WebViewOverlay'
artifact = 'webviewoverlay'

libraryDescription = 'A widget to load WebView as an Overlay.'

siteUrl = 'https://github.com/itvignes09/WebViewOverlay'
gitUrl = 'https://github.com/itvignes09/WebViewOverlay.git'

libraryVersion = '1.0.0'

developerId = 'powerupcloudtech'
developerName = 'vigneswaran a'
developerEmail = 'vignesh.m@powerupcloud.com'

licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
allLicenses = ["Apache-2.0"] }

2 个答案:

答案 0 :(得分:0)

关于你附加的build.gradle,似乎有一些配置错误。

我们建议您在Bintray的GitHub中查看'Bintray Examples''Gradle Bintray Plugin'

如果您对此仍有任何跟进问题,请随时通过support@jfrog.com与我们联系。

我们希望这会有所帮助。

答案 1 :(得分:0)

我知道现在为时已晚,但可能对其他人有所帮助。 libraryName和artifact应该且必须与项目中的库模块名称相同。阅读以下文章了解更多详情,它详细说明了所有内容。

https://medium.com/@abhishekint16/upload-your-first-android-library-1892c23aea0f