We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

naveen hegde • 6 months ago

curl -H "Authorization: Bearer YUJjRGVmMS86YUJDZEVGRzFIMklqS2xtbm9QUTNSK1NUVVZ3NFhZekFCNUM2ZEVGN0dIOEk=" \
https://ossrh-staging-api.central.sonatype.com/manual/search/repositories execution gives empty reposition in my case, any idea on what is causing that and how to troubleshoot further? Thanks

Adam Ruka • 6 months ago

Hey naveen,

did you execute the Gradle publishing task first (something like ./gradlew publishJarPublicationToMavenCentralRepository) first, and did that task succeed?

Thanks,
Adam

Naveen • 1 month ago

Thanks for the reply, issue resolved, i forgot exactly what I did wrong, but your article is complete from end to end steps. Following exact steps works. Just confiming for other users.

Adam Ruka • 1 month ago

Thanks for confirming Naveen!