Increase connection retries

In using gradle over less reliable networks, is there any way to configure the dependency handling to increase connection retries before failing? (gradle 3.2)

thank you for any assistance

Unfortunately there is not. We use HttpClient’s default setting which is to retry up to 3 times, depending on the nature of the error. You may want to consider using some kind of mirror/proxy to alleviate this kind of thing.