-
Notifications
You must be signed in to change notification settings - Fork 26
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
closeAndReleaseRepository passes but the staging repository exists #147
Comments
That's extremely strange. Are you sure that the repository that stayed was comgluonhq-1129 (not any other)?
It's a side effect of the way the plugins checks if the repository was released (so effectively removed from Nexus). You can read more about that here. Btw, I propose to add |
I will add the |
Seems like this time both close and release were successful. Although, both these tasks were called before the actual closeAndReleaseRepository could be called. Does |
It's ok.
By default gradle-nexus-staging-plugin's tasks are publish independent. Can be called to close/release also previously created staging repository. |
Things are now clear to me. Thank you for all the help. |
We use nexus-publish + nexus-staging to publish and release to Maven Central.
The Gradle command used for the same is as follows and it doesn't have a
--info
flag:We recently tried to release via Travis. Both
closeRepository
andreleaseRepository
tasks were successful. However, while executingreleaseRepository
, a warning was shown.Irrespective of the tasks being successful, the repository was neither closed nor published. Also, what is the reason behind the
GET request failed
warning?The text was updated successfully, but these errors were encountered: