JCenter and Bintray not in Sync

前端 未结 1 463
后悔当初
后悔当初 2021-01-23 13:32

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 automa

相关标签:
1条回答
  • 2021-01-23 13:43

    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.

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