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

rhoughton pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0ed1eed  Add missing geode-lucene to dependency-substitution block
0ed1eed is described below

commit 0ed1eed11d865e7bbcb03ad18bd17efbd6446e97
Author: Robert Houghton <rhough...@pivotal.io>
AuthorDate: Fri Feb 28 11:44:04 2020 -0800

    Add missing geode-lucene to dependency-substitution block
    
    Authored-by: Robert Houghton <rhough...@pivotal.io>
---
 settings.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/settings.gradle b/settings.gradle
index ebbbaac..3296793 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -60,6 +60,7 @@ if (gradle.ext.usingGeodeCompositeBuild) {
       it.substitute it.module("org.apache.geode:geode-cq") with 
it.project(':geode-cq')
       it.substitute it.module("org.apache.geode:geode-core") with 
it.project(':geode-core')
       it.substitute it.module("org.apache.geode:geode-logging") with 
it.project(':geode-logging')
+      it.substitute it.module("org.apache.geode:geode-lucene") with 
it.project(':geode-lucene')
       it.substitute it.module("org.apache.geode:apache-geode") with 
it.project(':geode-assembly')
     }
   }

Reply via email to