+18
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
- 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:
Jackeagle <jackeagle102@gmail.com>