build: Remove redundant mavenCentral repository declarations (#5638)
settings.gradle.kts already declares google(), mavenCentral() and mavenLocal()
via dependencyResolutionManagement for every project, so the module-level
repositories { mavenCentral() } blocks were redundant. With the default
PREFER_PROJECT mode they only narrowed each project to mavenCentral; removing
them falls back to the central superset and resolution is unaffected. N
Nelson Osacky committed
e0a2a6e63c9cf289a0d15f16b91b2ce19adf2fc6
Parent: f082155
Committed by GitHub <noreply@github.com>
on 6/25/2026, 12:18:18 PM