You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by pr...@apache.org on 2019/04/03 18:44:57 UTC

[geode] branch develop updated (a610ec8 -> f92c213)

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

prhomberg pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from a610ec8  Merge pull request #3385 from balesh2/GEODE-6580
     new 203aac1  GEODE-6400: Enable third-parties to consume Geode via Gradle composite build.
     new 579d500  GEODE-6400: Choose better var name for subprojects
     new 6fdaae3  Correct lingering reference to legacy configuration 'archives'
     new c3e8c60  Merge remote-tracking branch 'origin/develop' into geode-6400
     new 40c2968  Add missing geode-redis reference to lib copySpec missed in merge.
     new f92c213  Merge pull request #3379 from PurelyApplied/geode-6400

The 7594 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/test/resources/expected-pom.xml            |   5 -
 build.gradle                                       |   7 +
 .../gradle/plugins/DependencyConstraints.groovy    |  11 +-
 geode-assembly/build.gradle                        | 341 +++++++++++----------
 geode-assembly/src/test/resources/expected-pom.xml |  11 -
 geode-redis/build.gradle                           |   4 +-
 gradle/{publish.gradle => check-pom.gradle}        | 147 +--------
 gradle/publish.gradle                              | 157 +---------
 gradle/spotless.gradle                             |   5 +-
 gradle/test.gradle                                 |  79 ++---
 10 files changed, 256 insertions(+), 511 deletions(-)
 copy gradle/{publish.gradle => check-pom.gradle} (55%)