-
Notifications
You must be signed in to change notification settings - Fork 13
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
[stage-vote-release-plugin] Execution failed for task ':releaseRepository' due to missing nexus.txt file #64
Comments
At the moment, I am trying to see if there is a graceful way to recover and continue with the publishDist task. Simply adding the missing |
Finally, I decided to manually perform the remaining steps (hopefully I didn't miss anything):
|
The best way to handle this would be using Nexus server itself for associating "release candidates" with "staging repositories". I did try contributing the feature to |
According to the comments there some part of the change was merged in gradle-nexus/publish-plugin#201 |
They went with a separate Apparently, if It might be something like #41 +
|
Trying to publish the RC0 for calcite the
:releaseRepository
task failed.While I was waiting for the vote duration to pass, I was working on other stuff switching/building/cleaning branches along the way. Unsurprisingly the
build/stagingRepositories/nexus.txt
was deleted leading to the error below.The text was updated successfully, but these errors were encountered: