-->

JCenter and Bintray not in Sync

2019-03-02 08:22发布

问题:

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:

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.