Replies: 4 comments 2 replies
-
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
What specific configurations or changes have you already tried to mitigate this issue with the maven-publish plugin and GitHub Packages? |
Beta Was this translation helpful? Give feedback.
-
Have you tried implementing retry logic with exponential backoff in your build process to handle potential timeouts and conflicts, or would you like guidance on alternative approaches to mitigate this issue with the Maven Publish plugin and GitHub Packages? |
Beta Was this translation helpful? Give feedback.
-
@glureau We're also facing this same issue and i'm wondering if it might be related to the number of active versions that a package has. How many active versions do you have? on our failing repos it seems to be at 600+ active versions, which we honestly don't really need, but we shouldn't have to maintain a way of deleting old unneeded versions I wouldn't think. |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
I've 2 main projects, each one containing more than 100 gradle modules. Using the standard maven-publish plugin, we were able to publish those packages for a while. Then a few months ago we notice that sometime there was this kind of error. There's clearly no conflict and restarting the build was "fixing" the problem. (Mostly snapshot builds which contains the date+time to avoid conflicts, ex:
13.0.0-20250117090733
from the error above.)There days it's getting way worse, I've to restart the build multiple times, taking half a day or more of just checking CI and restarting this.
My hypothesis / uderstanding so far:
Thanks for your attention.
Similar topics
https://discuss.gradle.org/t/maven-publish-plugin-to-github-repo/39503/9
Beta Was this translation helpful? Give feedback.
All reactions