JCenter and Bintray not in Sync

2019-03-02 08:17发布

I published a Scala library in Bintray, for Scala 2.11 and 2.10

But in JCenter, it is only available the Scala 2.10 version.

I thought that it was in sync automatically, but looks like I was wrong.

Any idea how to sync both repositories?

1条回答
仙女界的扛把子
2楼-- · 2019-03-02 08:29

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 scala library in JCenter is for the files’ path. Therefore, it was originally included under the path prefix 'com/acervera/osm4scala/osm4scala-core_2.10'.

However, we have re-linked your scala library on the GroupId level so your versions will be synchronized automatically: 'osm4scala-core_2.10', 'osm4scala-core_2.11', etc..

Guy.

查看更多
登录 后发表回答