This is an automated email from the ASF dual-hosted git repository.

nnag pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new d752e1b  Upgraded the gradle version to 5.0
d752e1b is described below

commit d752e1b4e1efe482bf01eba7ceda868f416cc144
Author: nabarun <[email protected]>
AuthorDate: Wed Dec 12 21:39:02 2018 -0800

    Upgraded the gradle version to 5.0
    
        * This will not cause issues with the Docker builds in Apache Geode.
---
 gradle.properties                        | 2 +-
 gradle/wrapper/gradle-wrapper.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 801624f..c4af9d7 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -41,4 +41,4 @@ buildId = 0
 productName = Apache Geode
 productOrg = Apache Software Foundation (ASF)
 
-minimumGradleVersion = 4.10.1
\ No newline at end of file
+minimumGradleVersion = 5.0
\ No newline at end of file
diff --git a/gradle/wrapper/gradle-wrapper.properties 
b/gradle/wrapper/gradle-wrapper.properties
index 8d8c83b..5e4ca85 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -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.10.2-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-all.zip

Reply via email to