dweiss commented on PR #15396: URL: https://github.com/apache/lucene/pull/15396#issuecomment-3482645088
Ok, I see the difference - the exclusive content will guarantee the artifacts come only from the declared repository (and will not check for any fallback anywhere else). A regular repo with a filter allows for the artifact to be downloaded from other repositories, if it exists there. If I recall right, once an artifact was resolved from repository A, gradle insisted on downloading any other version from the same repository - this failed if you had ecj downloaded from maven central and we then switched to our own patched ivy repo. I believe this is the reason the exclusive content block is there. If it doesn't bother you to use that direnv hack then I suggest we leave it as it is now. The problem should be gone in ~1 month when new ecj is released. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
