vlsi edited a comment on pull request #2600:
URL: https://github.com/apache/calcite/pull/2600#issuecomment-963843941


   > Avatica 1.20.0-SNAPSHOT exists. It is in .m2/repository. Gradle can't find 
it.
   
   @julianhyde , this is intentional, and by default Gradle does *not* resolve 
dependencies from Maven Local repository.
   This ensures every developer has a consistent resolution, and they do not 
get accidental artifacts lurking from no one knows which times.
   
   For the rare cases when you really need to have `mavenLocal`, you can add 
`-PenableMavenLocal` [command line 
argument](https://github.com/apache/calcite/blob/f1db79fb876ac9ba3c405283e99bb0438e4e97be/build.gradle.kts#L78)
 which would add Maven Local to the list of repositories.
   
   >Changing git workflows seems to be just masking problems
   
   +1. I incline that the CI jobs uncovered true problem, so we should not 
disable them. Of course, temporary disabling is ok as a workaround, however, 
they served their purpose and they identified a bug.


-- 
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