fix(clusterlink): add emqx_cluster_link app to mix.exs/rebar.config.erl

This commit is contained in:
Serge Tupchii 2024-06-07 16:07:40 +03:00
parent ff16521d4f
commit 5304ca1563
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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