Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 7df4cbd3 authored by Jackeagle's avatar Jackeagle
Browse files

gradle: Increase HTTP and Gradle internal timeouts, and set retry parameters

- Increased HTTP connection and socket timeouts to 10 minutes for both system and Gradle internal properties.
- Set initial backoff time for Gradle internal repository requests to 500 milliseconds.
- Set maximum number of retries for Gradle internal repository requests to 10.

* This is to avoid build failures with this

   > Could not download asm-analysis.jar (org.ow2.asm:asm-analysis:8.0.1)
      > Could not get resource 'https://plugins.gradle.org/m2/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar'.
         > Could not GET 'https://plugins.gradle.org/m2/org/ow2/asm/asm-analysis/8.0.1/asm-analysis-8.0.1.jar

'.
            > Read timed out

Signed-off-by: default avatarJackeagle <jackeagle102@gmail.com>
parent bf73c981
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment