meilisearch / meilisearch-java

Java client for Meilisearch

Home Page:https://meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ossrh deployment is failed.

junghoon-vans opened this issue · comments

Description

The OSSRH workflow failed during the v0.11.2 deployment.

Screenshots or Logs

> Task :closeRepository
DEPRECATION WARNING. The staging repository ID is not provided. The fallback mode may impact release reliability and is deprecated. Please consult the project FAQ how it can be fixed.
Attempt 61/61 failed. WrongNumberOfRepositories was thrown with message 'Wrong number of received repositories in state 'open'. Expected 1, received 3'. Giving up. Configure longer timeout if necessary.

> Task :closeRepository FAILED

FAILURE: Build failed with an exception.

* What went wrong:
1 actionable task: 1 executed
Execution failed for task ':closeRepository'.
> Wrong number of received repositories in state 'open'. Expected 1, received 3

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

* Get more help at https://help.gradle.org/

BUILD FAILED in 5m 11s
Error: Process completed with exit code 1.

Hello @junghoon-vans thank you for the issue. I saw it yesterday, we are on it! 👍

@junghoon-vans Looks like it's fixed now, can you confirm it works for you?
https://central.sonatype.com/artifact/com.meilisearch.sdk/meilisearch-java/versions

We published it manually

@curquiza It's working now! Thanks for the quick fix.