You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2022/01/25 06:29:39 UTC

[incubator-eventmesh] branch master updated: add eventmesh-admin-rocketmq into rootProject

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

chenguangsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git


The following commit(s) were added to refs/heads/master by this push:
     new 42e1c90  add eventmesh-admin-rocketmq into rootProject
     new b1a6540  Merge pull request #743 from wqliang/enhance/fixMissingJar
42e1c90 is described below

commit 42e1c90bb7488183c72248b26c1ac024ea4877eb
Author: wqliang <wq...@apache.org>
AuthorDate: Mon Jan 24 17:09:53 2022 +0800

    add eventmesh-admin-rocketmq into rootProject
---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 6d85034..bada0c5 100644
--- a/build.gradle
+++ b/build.gradle
@@ -247,6 +247,7 @@ subprojects {
             new File("${projectDir}/dist/licenses").mkdirs()
         }
         Set<String> rootProject = ["eventmesh-admin",
+                                   "eventmesh-admin-rocketmq",
                                    "eventmesh-common",
                                    "eventmesh-connector-api",
                                    "eventmesh-metrics-api",

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org