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
commit 87c3d9ca07042c6daf64bdd839e9cd950cec2164 Author: Eugen Stan <[email protected]> AuthorDate: Mon Jul 6 17:30:21 2020 +0300 JAMES-3273 #comment Fixed publish to maven local - removed duplicates --- server/container/guice/configuration/build.gradle | 2 -- server/protocols/protocols-pop3/build.gradle | 2 -- 2 files changed, 4 deletions(-) diff --git a/server/container/guice/configuration/build.gradle b/server/container/guice/configuration/build.gradle index f8705ae..fc9cba9 100644 --- a/server/container/guice/configuration/build.gradle +++ b/server/container/guice/configuration/build.gradle @@ -38,8 +38,6 @@ tasks.register('testsJar', Jar) { from(sourceSets.test.output) } -publishing.publications.maven.artifact(testsJar) - artifacts { tests testsJar } diff --git a/server/protocols/protocols-pop3/build.gradle b/server/protocols/protocols-pop3/build.gradle index b6a3918..e1bc6a2 100644 --- a/server/protocols/protocols-pop3/build.gradle +++ b/server/protocols/protocols-pop3/build.gradle @@ -65,8 +65,6 @@ tasks.register('testsJar', Jar) { from(sourceSets.test.output) } -publishing.publications.maven.artifact(testsJar) - artifacts { tests testsJar } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
