Join Slack
Powered by
getting failures resolving dependencies in my andr...
# community-support
c
Colton Idle
05/06/2026, 11:40 PM
getting failures resolving dependencies in my android project. the artifact repo is a 3rd party (not moven or google) this is the error: ""failed: Connect timed out" does this just mean that it tried connecting for 30 seconds and it failed? or is there some other timeout. trying to let the 3rd party know.
https://github.com/gradle/gradle/blob/master/platforms/software/resources-http/src/main/java/org/gradle/internal/resource/transport/http/JavaSystemPropertiesHttpTimeoutSettings.java#L61
It connects like 90% of the time, but like 10% of the time i get the timeout messaging in CI
t
Thomas Broyer
05/07/2026, 7:33 AM
As a side note: that's one other good reason for using repository managers; your CI is not bound to repositories availability.
https://www.sonatype.com/blog/maven-central-and-the-tragedy-of-the-commons
(though just caching dependencies between builds should already greatly help)
c
Colton Idle
05/07/2026, 12:32 PM
turns out. this third party artifact repo is actually ours. the team that supports it is just non-existent. still trying to figure out: 1. how to increase timeout 2. figuring out what the timeout currently resolves to
Open in Slack
Previous
Next