ADFA-3678: Remove dead Sonatype OSSRH snapshot version lookup#1510
ADFA-3678: Remove dead Sonatype OSSRH snapshot version lookup#1510Daniel-ADFA wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 Walkthrough
WalkthroughThe build configuration now uses a fixed integration version for local builds, removes snapshot metadata lookup and related repositories, and registers the ChangesBuild version resolution
Profiler module setup
Estimated code review effort: 2 (Simple) | ~10 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
s01.oss.sonatype.org was permanently shut down when Sonatype sunset OSSRH (June 2025), so every local build logged a warning from generateBuildInfo failing to fetch gradle-plugin/maven-metadata.xml before falling back to "latest.integration".
Project.downloadVersion; the network lookup could only ever fail