Linking Bintray Package to JCenter

前端 未结 1 749
南笙
南笙 2021-01-27 00:15

I have a package in Bintray called \"tripod\" which is here:

https://bintray.com/bbende/bbende-maven/tripod

The tripod package is a Maven project with a standard

相关标签:
1条回答
  • 2021-01-27 01:04

    A Bintray package is linked to jcenter with a specific path prefix, so that all submodules and versions under the base path will automatically be linked to jcenter without further manual intervention.

    It seems like your package is linked under the base path containing only one of the submodules, therefore, the other submodules are not linked to jcenter.

    In such cases, you should contact JFrog support in order to fix the inclusion path. In this case, we have already fixed it and all submodules are correctly linked to jcenter.

    Best Regards, Itamar

    0 讨论(0)
提交回复
热议问题