embeddedkafka / embedded-kafka

A library that provides an in-memory Kafka instance to run your tests against.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error publishing artifacts to Maven Central?

francescopellegrini opened this issue · comments

During the first cross-version release we got an error, though it seems not to have compromised the artifact publishing.
The error looks very close to this issue.

Investigate on the consequences of the error and how to prevent it.

No errors occurred during the first cross-version release of the Schema Registry project, so I'm starting to think this one is somehow related to the multi-modularity nature of the project..

I do not know of a way to prevent this but we have this in scalaz/scalaz-zio all the time.
That's why you need to do sbt ci-release || sbt sonatypeReleaseAll.