Bintray does not sync one of the artifacts of the package to the jcenter

人走茶凉 提交于 2019-12-01 01:04:56

An inclusion to JCenter always uses an allocated path prefix to avoid accidental file overwrites by other users. However, the 'commander' package contains files with no common base path: '/com/gojuno/commander/os' AND '/com/gojuno/commander/android'

The best practice we recommend is creating a new package and not creating more than one path prefix for a package. If you wish keep working like this, please note that you will have to submit an inclusion request for each path prefix.

As for now you may proceed working on the same groupID path prefix with your different sub-modules.

We hope this clarifies.

usually when changing the artifact path you won't be able to resolve your content through JCenter although it was previously included. The reason for this is that the inclusion of your 'commander' package in JCenter is for the files’ path. Therefore, it was originally included under the path prefix 'com/gojuno/commander/android/'.

However, we have re-linked your package on the GroupId level (com/gojuno/commander) so every sub-module of your 'commander' package, will be added automatically and be synced with JCenter.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!