Use Gradle 5.0RC1 with HTTP retry (#317)

Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/317

This could save our collective sanity. There's now
built-in support for HTTP retries: 0904f9d136

Reviewed By: jknoxville

Differential Revision: D12906015

fbshipit-source-id: 6030bfb6b914cfda186d92d20f3b15e693b1710c
This commit is contained in:
Pascal Hartig
2018-11-02 17:16:52 -07:00
committed by Facebook Github Bot
parent 1045a195d6
commit 9f59497913
2 changed files with 5 additions and 1 deletions

View File

@@ -18,3 +18,7 @@ LITHO_VERSION=0.20.0
GRADLE_BINTRAY_PLUGIN_VERSION=1.8.0
GRADLE_VERSIONS_PLUGIN_VERSION=0.15.0
ANDROID_MAVEN_GRADLE_PLUGIN_VERSION=2.1
# Gradle internals
org.gradle.internal.repository.max.retries=10
org.gradle.internal.repository.initial.backoff=1250