Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1C77D200B64 for ; Tue, 2 Aug 2016 16:13:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1AF84160A76; Tue, 2 Aug 2016 14:13:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 653E3160A65 for ; Tue, 2 Aug 2016 16:13:45 +0200 (CEST) Received: (qmail 71792 invoked by uid 500); 2 Aug 2016 14:13:44 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 71783 invoked by uid 99); 2 Aug 2016 14:13:44 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 14:13:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 1095FC12FA for ; Tue, 2 Aug 2016 14:13:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.443 X-Spam-Level: X-Spam-Status: No, score=-4.443 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.243] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id DUsMyPbz5WbL for ; Tue, 2 Aug 2016 14:13:40 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 3C9AE6125C for ; Tue, 2 Aug 2016 14:13:40 +0000 (UTC) Received: (qmail 71751 invoked by uid 99); 2 Aug 2016 14:13:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 14:13:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A3172E0007; Tue, 2 Aug 2016 14:13:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jensdeppe@apache.org To: commits@geode.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-geode git commit: GEODE-1666: Bump Gradle from 2.12 to 2.14.1 Date: Tue, 2 Aug 2016 14:13:39 +0000 (UTC) archived-at: Tue, 02 Aug 2016 14:13:46 -0000 Repository: incubator-geode Updated Branches: refs/heads/develop cb9c1e799 -> 2e2b44634 GEODE-1666: Bump Gradle from 2.12 to 2.14.1 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2e2b4463 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2e2b4463 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/2e2b4463 Branch: refs/heads/develop Commit: 2e2b44634fcb476f65204d82dc7d026520401ae4 Parents: cb9c1e7 Author: Jens Deppe Authored: Tue Aug 2 07:12:54 2016 -0700 Committer: Jens Deppe Committed: Tue Aug 2 07:12:54 2016 -0700 ---------------------------------------------------------------------- gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2e2b4463/gradle.properties ---------------------------------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 4d1cce9..06855c7 100755 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ productOrg = Apache Software Foundation (ASF) org.gradle.daemon = true org.gradle.jvmargs = -Xmx2048m -minimumGradleVersion = 2.12 +minimumGradleVersion = 2.14.1 # Set this on the command line with -P or in ~/.gradle/gradle.properties # to change the buildDir location. Use an absolute path. buildRoot= http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2e2b4463/gradle/wrapper/gradle-wrapper.properties ---------------------------------------------------------------------- diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ec27a39..d57b5d9 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-2.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip