Skip to content

Commit

Permalink
fix(build): increase retries for dependency fetches (#2867)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Jul 13, 2021
1 parent c4e2b9a commit 91e5fd4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
org.gradle.daemon=false
org.gradle.configureondemand=true
org.gradle.parallel=true
org.gradle.caching=false
org.gradle.caching=false

# Increase retries to 5 (from default of 3) and increase interval from 125ms to 1s.
org.gradle.internal.repository.max.retries=5
org.gradle.internal.repository.max.tentatives=5
org.gradle.internal.repository.initial.backoff=1000

0 comments on commit 91e5fd4

Please sign in to comment.