meilisearch / meilisearch-java

Java client for Meilisearch

Home Page:https://meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Release script is raising some warnings

brunoocasali opened this issue · comments

https://github.com/meilisearch/meilisearch-java/actions/workflows/ossrh-publish.yml
https://github.com/meilisearch/meilisearch-java/actions/runs/4285342955/jobs/7463520292

There is some warnings raised by the publish action: ./gradlew closeAndReleaseRepository

> 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.
Requested operation was executed successfully in attempt 8 (maximum allowed 61)

> Task :releaseRepository
GET request failed. 404: , body: {"errors":[{"id":"*","msg":"No such repository: com***-1039"}]}
Requested operation was executed successfully in attempt 5 (maximum allowed 61)

> Task :closeAndReleaseRepository

It would be nice to take a look before it's too late (we can't release a new version for example).