fix(clusterlink): add emqx_cluster_link app to mix.exs/rebar.config.erl
This commit is contained in:
parent
ff16521d4f
commit
5304ca1563
3
mix.exs
3
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue