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 04:30:22 UTC

[geode-examples] 02/02: GEODE-6532: Dependency changes to examples related to the Geode fix. (#92)

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

commit 813b76196c279f8eeeaf146cf102883181939c27
Author: Robert Houghton <rh...@pivotal.io>
AuthorDate: Mon Feb 24 14:02:27 2020 -0800

    GEODE-6532: Dependency changes to examples related to the Geode fix. (#92)
    
    Several transitive dependencies will be marked 'runtime' not 'compile'
    in the POM from geode, causing examples to not miss symbols. Declare
    those dependencies outright.
    
    (cherry picked from commit e974408674428770c35be3b444e022d2b9f1973e)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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