vlsi edited a comment on pull request #2600: URL: https://github.com/apache/calcite/pull/2600#issuecomment-963857662
The exact recipe is in GitHub actions: https://github.com/apache/calcite/blob/f1db79fb876ac9ba3c405283e99bb0438e4e97be/.github/workflows/main.yml#L115 > It said to add mavenLocal() to my repositories section. I did that. Nothing happened. There are multiple `repositories` sections. If you add `mavenLocal` to *all* of them, it would eventually help. If you know better, then you know that the one is enough, which is `allprojects { repositories { ... } }` --- > If you are using a build script that someone else has written, Maven is far superior Calcite was built with Maven for ages, and a perfectly-tuned Maven script was not really usable. -- 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]
