From 93d23e8c0adea5e49b4faa3bab04605f5dafc0fa Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 5 Feb 2021 04:56:01 -0800 Subject: [PATCH] Upgrade to Gradle 6.8.1 (#1895) Summary: Playing around with alternative upload options and having an up-to-date Gradle installation makes that easier. Pull Request resolved: https://github.com/facebook/flipper/pull/1895 Test Plan: ./gradlew :sample:assembleDebug + CI Reviewed By: nikoant Differential Revision: D26275350 Pulled By: passy fbshipit-source-id: ce5d11c289e6cf52e2d629a4719cc38665adf8e5 --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index f400d55e3..822e6801a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -7,4 +7,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.1-all.zip