has anything changed with `mavenLocal()`? I see t...
# dependency-management
b
has anything changed with
mavenLocal()
? I see that the section “the case for mavenLocal()“ was removed in this commit which went was part of the
8.10
release. The current version of the page has no discussion, nor does it mention repository content filtering at all
Oh, i guess some of it has moved to: https://docs.gradle.org/current/userguide/declaring_repositories_basics.htm And just amusingly there’s two different pages called
Declaring Repositories
in different sections: `Learning The Basics -> Declaring Repositories`: https://docs.gradle.org/current/userguide/declaring_repositories.html `Declaring Repositories -> Declaring Repositories`: https://docs.gradle.org/current/userguide/declaring_repositories_basics.html Oddly, the latter is the one with “basics” in the url 😄
v
It was removed with some reworks and on my complaint added back in. Nothing changed regarding the situation.
b
well, i don’t know that the same advice was relaly added back. no where (that i can find) does it seem to suggest that you really should use filtering if you must use mavenLocal() anymore
v
b
yeah, i guess it’s tough to find the right place to put something like that. though i think it was definitely closer to most folk’s “point of use” in the previous iteration. seems like it should warrant at least a link back from the section on configuring mavenLocal in
Declaring Repositories
. The majority of folks i’d imagine will read the HOW section, but may not ever come across the reference information on different repo types
v
Feel free to open a doc improvement request. I'm just a user like you. :-)