This is an automated email from the ASF dual-hosted git repository. klund pushed a commit to branch feature/GEODE-3781 in repository https://gitbox.apache.org/repos/asf/geode.git
commit b85f75637a49dd6e10a21857a2038b48141e62e3 Author: Kirk Lund <[email protected]> AuthorDate: Fri Nov 17 10:44:04 2017 -0800 Move geode-connectors further up --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 9cbad6d..ef28549 100644 --- a/settings.gradle +++ b/settings.gradle @@ -30,6 +30,7 @@ include 'geode-lucene' include 'geode-old-client-support' include 'geode-wan' include 'geode-cq' +include 'geode-connectors' include 'geode-benchmarks' include 'extensions/geode-modules' include 'extensions/geode-modules-tomcat7' @@ -40,7 +41,6 @@ include 'extensions/geode-modules-assembly' include 'geode-protobuf' include 'extensions/session-testing-war' include 'geode-concurrency-test' -include 'geode-connectors' if (GradleVersion.current() < GradleVersion.version(minimumGradleVersion)) { throw new GradleException('Running with unsupported Gradle Version. Use Gradle Wrapper or with Gradle version >= ' + minimumGradleVersion) -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
