From 2edbb61aae738ae315905031c8eeed35019f16f8 Mon Sep 17 00:00:00 2001 From: Pieter De Baets Date: Mon, 8 May 2017 04:27:10 -0700 Subject: [PATCH] Retry when maven download fails Reviewed By: ericvicenti Differential Revision: D5010170 fbshipit-source-id: 02eee6a99672bd559a5d64290e9339e5c12a17b9 --- .buckconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.buckconfig b/.buckconfig index 41234774bb2860..6252070a9bc640 100644 --- a/.buckconfig +++ b/.buckconfig @@ -2,6 +2,9 @@ [android] target = Google Inc.:Google APIs:23 +[download] + max_number_of_retries = 3 + [maven_repositories] central = https://repo1.maven.org/maven2