This is an automated email from the ASF dual-hosted git repository.
dschneider pushed a commit to branch feature/GEODE-3781
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/GEODE-3781 by this
push:
new ad0873f more geode-connectors project stuff for gradle
ad0873f is described below
commit ad0873f171af5423b0984b06690bb702b9d47dc2
Author: Darrel Schneider <[email protected]>
AuthorDate: Mon Oct 30 10:39:43 2017 -0700
more geode-connectors project stuff for gradle
---
geode-assembly/build.gradle | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index ac0ac7e..6325916 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -362,7 +362,10 @@ distributions {
from project(":geode-lucene").configurations.runtime
from
project(":geode-lucene").configurations.archives.allArtifacts.files
-
+
+ from project(":geode-connectors").configurations.runtime
+ from
project(":geode-connectors").configurations.archives.allArtifacts.files
+
from project(":geode-old-client-support").configurations.runtime
from
project(":geode-old-client-support").configurations.archives.allArtifacts.files
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].