Pranaykarvi commented on code in PR #9590:
URL: https://github.com/apache/gravitino/pull/9590#discussion_r2659531749
##########
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:
Thanks for the suggestion!
I’ve reverted the Maven repository fallback from this PR to keep it
strictly focused on the SerDe interoperability fix.
I’ll open a separate PR to track the CI/Maven Central 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]