You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2018/05/17 18:19:08 UTC

[geode] branch feature/transcoding_experiments updated: Adding lz4 to the geode-assembly build

This is an automated email from the ASF dual-hosted git repository.

upthewaterspout pushed a commit to branch feature/transcoding_experiments
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/transcoding_experiments by this push:
     new 39f8126  Adding lz4 to the geode-assembly build
39f8126 is described below

commit 39f812612be250099fbef14e6112869ecaad6cf4
Author: Dan Smith <ds...@pivotal.io>
AuthorDate: Wed May 16 17:24:43 2018 -0700

    Adding lz4 to the geode-assembly build
---
 geode-assembly/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index 6cc68c1..b6444f0 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -215,6 +215,7 @@ def cp = {
 
         // dependencies from geode-protobuf
         it.contains('protobuf-java') ||
+        it.contains('lz4-java') ||
 
         // dependencies from geode-connectors
         it.contains('HikariCP')

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