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/07/15 21:15:22 UTC

incubator-geode git commit: GEODE-1668: Revert change to not exclude gradle-wrapper.properties

Repository: incubator-geode
Updated Branches:
  refs/heads/release/1.0.0-incubating.M3 1fdcdb284 -> 338b434ed


GEODE-1668: Revert change to not exclude gradle-wrapper.properties


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/338b434e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/338b434e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/338b434e

Branch: refs/heads/release/1.0.0-incubating.M3
Commit: 338b434edf59efdf1f97ab98808207541bd97e5b
Parents: 1fdcdb2
Author: Anthony Baker <ab...@apache.org>
Authored: Fri Jul 15 14:10:13 2016 -0700
Committer: Anthony Baker <ab...@apache.org>
Committed: Fri Jul 15 14:14:12 2016 -0700

----------------------------------------------------------------------
 geode-assembly/build.gradle | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/338b434e/geode-assembly/build.gradle
----------------------------------------------------------------------
diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index 37b5cb1..fdd6e25 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -282,10 +282,10 @@ distributions {
         exclude '**/tags'
 
         //These directories are generated on the jenkins server by gradle
-        exclude '**/caches'
-        exclude '**/daemon'
-        exclude '**/native'
-        exclude '**/wrapper'
+        exclude 'caches'
+        exclude 'daemon'
+        exclude 'native'
+        exclude 'wrapper'
       }
 
       into ('geode-examples') {