FANNG1 commented on code in PR #9590:
URL: https://github.com/apache/gravitino/pull/9590#discussion_r2659455735


##########
build.gradle.kts:
##########
@@ -98,7 +98,14 @@ licenseReport {
   renderers = 
arrayOf<ReportRenderer>(InventoryHtmlReportRenderer("report.html", "Backend"))
   filters = arrayOf<DependencyFilter>(LicenseBundleNormalizer())
 }
-repositories { mavenCentral() }
+repositories {
+  mavenCentral()
+  // Fallback repository for transient Maven Central 403 errors in CI.
+  // This improves build stability without changing dependency versions or 
semantics.
+  maven {

Review Comment:
   Could you create a separate PR to track this issue?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to