You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2018/04/16 22:25:59 UTC

[geode] 03/04: GEODE-4791: WIP

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

commit e9ff13f96737757913b43e9902480616a9035bfe
Author: Udo Kohlmeyer <uk...@pivotal.io>
AuthorDate: Mon Apr 16 14:47:07 2018 -0700

    GEODE-4791: WIP
---
 geode-assembly/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index 3279708..35a0c10 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -425,7 +425,7 @@ distributions {
       }
 
       into ('tools/Modules') {
-        from (project(':extensions:geode-modules-assembly').configurations.moduleDistOutputs.files)
+        from (project(':extensions:geode-modules-assembly').configurations.archives.allArtifacts.files)
       }
     }
   }

-- 
To stop receiving notification emails like this one, please contact
udo@apache.org.