rahil-c commented on code in PR #1862:
URL: https://github.com/apache/polaris/pull/1862#discussion_r2224781414
##########
settings.gradle.kts:
##########
@@ -113,6 +113,7 @@ dependencyResolutionManagement {
repositoriesMode = RepositoriesMode.FAIL_ON_PROJECT_REPOS
repositories {
mavenCentral()
+ mavenLocal() // Local builds still take precedence for SNAPSHOT versions
Review Comment:
@gh-yzou this is just done for the purpose of my local testing, will remove
once approach looks good to you.
--
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]