From cf89b4b53d1400fdfe33fef8bfa69f0f77233f61 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Tue, 14 Jan 2020 17:06:11 -0800 Subject: [PATCH] examples: Bump Gradle to 5.6.2 The rest of the build went to Gradle 5.6.2 in 3c3a823a, but that commit failed to update the examples. This brings the two back in sync. --- examples/gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gradle/wrapper/gradle-wrapper.properties b/examples/gradle/wrapper/gradle-wrapper.properties index f4d7b2bf61..7c4388a921 100644 --- a/examples/gradle/wrapper/gradle-wrapper.properties +++ b/examples/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists