Hello! Is there a way to set a maximum number of f...
# community-support
r
Hello! Is there a way to set a maximum number of failed requests when setting the Maven repository?
v
What number is that? Where is it coming from? Are these unique requests for libraries that are simply not found? If there is really a failed request, the build will immediately fail. Only if the repository returns success or 404 Not Found, things go on. The repositories are asked in order, so you could move that repository to later in the list, or you can use repository content filters to configure which dependencies are searched in which repositories.
e
if you click the link shown in your screenshot, it'll bring you to https://d.android.com/r/build-output-downloads/repositories-optimization which is the first thing Björn is talking about
r
Hey, it’s been solved. It was bintray decomissioned. https://google.bintray.com/ Removing it just solves it, not sure why it didn’t get them from google() repository which was above 🤷 and not failing… but anyway all good Thank you for your help!
v
Maybe it was not from Gradle but AS asking all repositories or something like that
💡 1
r
Ah that would make sense.. forgot that UI shown is not Gradle itself but a feature from AS, so there could extra functionalities there…
v
Probably some search for latest version to advise for updates or something like that
thank you 1
👍 1