From 5304ca156385da9e3362cf95a8b7e1a72bdfe56d Mon Sep 17 00:00:00 2001 From: Serge Tupchii Date: Fri, 7 Jun 2024 16:07:40 +0300 Subject: [PATCH] fix(clusterlink): add emqx_cluster_link app to mix.exs/rebar.config.erl --- mix.exs | 3 ++- rebar.config.erl | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index eb2bda31f..06399edfe 100644 --- a/mix.exs +++ b/mix.exs @@ -204,7 +204,8 @@ defmodule EMQXUmbrella.MixProject do :emqx_gateway_jt808, :emqx_bridge_syskeeper, :emqx_ds_shared_sub, - :emqx_auth_ext + :emqx_auth_ext, + :emqx_cluster_link ]) end diff --git a/rebar.config.erl b/rebar.config.erl index 1e507aa18..493955670 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -123,6 +123,7 @@ is_community_umbrella_app("apps/emqx_eviction_agent") -> false; is_community_umbrella_app("apps/emqx_node_rebalance") -> false; is_community_umbrella_app("apps/emqx_ds_shared_sub") -> false; is_community_umbrella_app("apps/emqx_auth_ext") -> false; +is_community_umbrella_app("apps/emqx_cluster_link") -> false; is_community_umbrella_app(_) -> true. %% BUILD_WITHOUT_JQ