You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by rh...@apache.org on 2020/03/26 06:41:37 UTC

[geode-examples] branch develop updated: fix GEODE_HOME path for running examples from gradle

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 be8e14a  fix GEODE_HOME path for running examples from gradle
be8e14a is described below

commit be8e14acf78493d3111c2aab803f0178c665b50b
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Wed Mar 25 23:41:24 2020 -0700

    fix GEODE_HOME path for running examples from gradle
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 88cfa72..d4b2302 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@ allprojects {
     }
 }
 
-def installDir = "$buildDir/apache-geode-${geodeVersion}"
+def installDir = "$buildDir/apache-geode"
 
 configurations {
     geodeDistribution