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:
committed by
Facebook Github Bot
parent
1045a195d6
commit
9f59497913
@@ -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
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-rc-1-all.zip
|
||||
|
||||
Reference in New Issue
Block a user