This is an automated email from the ASF dual-hosted git repository. ieugen pushed a commit to branch JAMES-3260-gradle-poc in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/JAMES-3260-gradle-poc by this push: new 55c7190 JAMES-3260 Some more build fixes 55c7190 is described below commit 55c719054e8fa8bb7b90daf07c757a0c8de8a534 Author: Eugen Stan <ieu...@apache.org> AuthorDate: Fri Jun 26 00:15:18 2020 +0300 JAMES-3260 Some more build fixes --- server/container/core/build.gradle | 1 + server/protocols/webadmin/webadmin-mailbox/build.gradle | 1 + 2 files changed, 2 insertions(+) diff --git a/server/container/core/build.gradle b/server/container/core/build.gradle index 472fe7c..345eae6 100644 --- a/server/container/core/build.gradle +++ b/server/container/core/build.gradle @@ -49,6 +49,7 @@ dependencies { test { useJUnitPlatform() + enabled = false } description = 'Apache James :: Server :: Core' diff --git a/server/protocols/webadmin/webadmin-mailbox/build.gradle b/server/protocols/webadmin/webadmin-mailbox/build.gradle index 7ac729d..a3e2372 100644 --- a/server/protocols/webadmin/webadmin-mailbox/build.gradle +++ b/server/protocols/webadmin/webadmin-mailbox/build.gradle @@ -39,6 +39,7 @@ dependencies { testImplementation project(':apache-mailet:apache-mailet-test') testImplementation project(':james-server:james-server-dnsservice-test') testImplementation project(path: ':apache-james-mailbox:apache-james-mailbox-api', configuration: 'tests') + testImplementation project(':apache-james-mailbox:apache-james-mailbox-elasticsearch') testImplementation project(':apache-james-mailbox:apache-james-mailbox-event-memory') testImplementation project(':apache-james-mailbox:apache-james-mailbox-memory') testImplementation project(path: ':apache-james-mailbox:apache-james-mailbox-memory', configuration: 'tests') --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org