You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2016/02/06 19:07:34 UTC

[05/15] 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/develop
Commit: 561d033be4e3628893862a11ef1fc463f0fab4d0
Parents: a48bac4
Author: Anthony Baker <ab...@apache.org>
Authored: Tue Jan 12 19:57:13 2016 -0800
Committer: Anthony Baker <ab...@apache.org>
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'