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 <[email protected]> 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 [email protected].
