Avoid Maven Central fallback in build setup - #12404
Avoid Maven Central fallback in build setup#12404gh-worker-dd-mergequeue-cf854d[bot] merged 2 commits into
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c55f6c1ed6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
An empty exported proxy property now disables its public repository fallback. This can stop dependency or plugin resolution in CI jobs that do not set the proxy variables.
🤖 Datadog Autotest · Commit c55f6c1 · What is Autotest? · @DataDog review to ask questions · Any feedback? Reach out in #autotest
|
🎯 Code Coverage (details) 🔗 Commit SHA: c868a95 | Docs | View more details | Give us feedback! |
🟢 Java Benchmark SLOs — All performance SLOs passed
PR vs. master results
Commit: Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion. |
|
/merge |
|
View all feedbacks in Devflow UI.
It will be processed automatically as soon as GitHub reports it as mergeable. View in MergeQueue UI.
The expected merge time in
|
7ef7565
into
master
What Does This Do
Avoids adding explicit Maven Central repositories when a Maven proxy is configured. Gradle Plugin Portal remains enabled for plugin markers.
Motivation
Temporary workaround for Maven Central rate limiting during dependency-cache population.
Additional Notes
Follow-up to #12403. Plugin repository handling remains unchanged because the configured proxy does not resolve every plugin marker.
Validation:
./gradlew helpand./gradlew spotlessKotlinGradleCheckContributor Checklist
Required labels are applied.
Jira ticket: [N/A]