Return-Path: X-Original-To: apmail-geode-commits-archive@minotaur.apache.org Delivered-To: apmail-geode-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BE4C618C1A for ; Wed, 13 Jan 2016 17:58:51 +0000 (UTC) Received: (qmail 50840 invoked by uid 500); 13 Jan 2016 17:58:51 -0000 Delivered-To: apmail-geode-commits-archive@geode.apache.org Received: (qmail 50809 invoked by uid 500); 13 Jan 2016 17:58:51 -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 50800 invoked by uid 99); 13 Jan 2016 17:58:51 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jan 2016 17:58:51 +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 6F992C3EDE for ; Wed, 13 Jan 2016 17:58:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.779 X-Spam-Level: * X-Spam-Status: No, score=1.779 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id aIYlKp0D-PfG for ; Wed, 13 Jan 2016 17:58:50 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 0BC0C20CCD for ; Wed, 13 Jan 2016 17:58:50 +0000 (UTC) Received: (qmail 50677 invoked by uid 99); 13 Jan 2016 17:58:49 -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; Wed, 13 Jan 2016 17:58:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BFFFFDF99E; Wed, 13 Jan 2016 17:58:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: abaker@apache.org To: commits@geode.incubator.apache.org Date: Wed, 13 Jan 2016 17:58:52 -0000 Message-Id: <67c6f78429a449e490f420ee50921dfa@git.apache.org> In-Reply-To: <8bef296b821b4936993edcf4e6957a95@git.apache.org> References: <8bef296b821b4936993edcf4e6957a95@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/4] incubator-geode git commit: GEODE-778: Remove grgit plugin to avoid build failures GEODE-778: Remove grgit plugin to avoid build failures Applying the grgit plugin in a non-git working tree was causing build failures. Removing the plugin restores the correct behavior. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/561d033b Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/561d033b Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/561d033b Branch: refs/heads/release/1.0.0-incubating.M1 Commit: 561d033be4e3628893862a11ef1fc463f0fab4d0 Parents: a48bac4 Author: Anthony Baker Authored: Tue Jan 12 19:57:13 2016 -0800 Committer: Anthony Baker Committed: Wed Jan 13 07:03:24 2016 -0800 ---------------------------------------------------------------------- build.gradle | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/561d033b/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index b9bd12f..edf567d 100755 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,6 @@ allprojects { group = "org.apache.geode" - apply plugin: 'org.ajoberstar.grgit' apply plugin: 'idea' apply plugin: 'eclipse'