From commits-return-26627-archive-asf-public=cust-asf.ponee.io@geode.apache.org Tue Apr 17 19:04:15 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 0708D180649 for ; Tue, 17 Apr 2018 19:04:14 +0200 (CEST) Received: (qmail 39511 invoked by uid 500); 17 Apr 2018 17:04:14 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 39501 invoked by uid 99); 17 Apr 2018 17:04:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Apr 2018 17:04:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 961FF80B47; Tue, 17 Apr 2018 17:04:13 +0000 (UTC) Date: Tue, 17 Apr 2018 17:04:13 +0000 To: "commits@geode.apache.org" Subject: [geode] branch feature/GEODE-4791 updated: gradle 4.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152398465306.8909.9136558248209835020@gitbox.apache.org> From: udo@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/feature/GEODE-4791 X-Git-Reftype: branch X-Git-Oldrev: b5444f895e1ff6ca61400adacc7c024518262052 X-Git-Newrev: 42149274730c805a8071a0a0ed8e83c1680a900e X-Git-Rev: 42149274730c805a8071a0a0ed8e83c1680a900e X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. udo pushed a commit to branch feature/GEODE-4791 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/feature/GEODE-4791 by this push: new 4214927 gradle 4.2.1 4214927 is described below commit 42149274730c805a8071a0a0ed8e83c1680a900e Author: Udo Kohlmeyer AuthorDate: Tue Apr 17 10:03:55 2018 -0700 gradle 4.2.1 --- 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 c8d8ed9..30c92af 100755 --- a/gradle.properties +++ b/gradle.properties @@ -46,7 +46,7 @@ org.gradle.parallel=true org.gradle.configureondemand=true org.gradle.workers.max=4 -minimumGradleVersion = 4.6 +minimumGradleVersion = 4.2.1 # Set this on the command line with -P or in ~/.gradle/gradle.properties # to change the buildDir location. Use an absolute path. buildRoot= diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dcb0cb1..4516ad8 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.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.2.1-bin.zip -- To stop receiving notification emails like this one, please contact udo@apache.org.