-
Notifications
You must be signed in to change notification settings - Fork 124
Replace deprecated publish plugin #661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@axelrindle I created the v0.11.3 release on this branch, unfortunately, this is still failing: https://github.com/meilisearch/meilisearch-java/actions/runs/6340371688/job/17221595708?pr=661 |
Unfortunately I can't really help with this... But I found some issues that may help:
Could be you need to configure something in Sonatype directly? Or are there other secrets that could be used? |
Have a look at the Background-Tasks of the new plugin, maybe this helps. https://github.com/gradle-nexus/publish-plugin/#behind-the-scenes
Specify the 'stagingProfileId' if your nexus won't return it on request as explained above (or adapt the nexus config) |
I agree with @KaaNee. Only someone with Nexus/Sonatype access can fix this issue. |
Thank you so much for this PR @axelrindle and for your help @KaaNee 😊 I took the liberty of modifying your PR, I think I've found a solution, probably not the cleanest, but it works if the two tasks are in the same command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you all!
bors merge
Issue with bors again... Merging by hand |
Pull Request
Related issue
Fixes #654
What does this PR do?
Replaces the deprecated Gradle Publish Plugin with a new one.
Requires additional testing as I do not possess a Sonatype Account.
PR checklist
Please check if your PR fulfills the following requirements: