fix: don't include emqx_enterprise in community version
This commit is contained in:
parent
a8b9b6f27f
commit
4a07106aa5
3
mix.exs
3
mix.exs
|
@ -189,7 +189,8 @@ defmodule EMQXUmbrella.MixProject do
|
||||||
:emqx_bridge_rabbitmq,
|
:emqx_bridge_rabbitmq,
|
||||||
:emqx_bridge_clickhouse,
|
:emqx_bridge_clickhouse,
|
||||||
:emqx_ft,
|
:emqx_ft,
|
||||||
:emqx_s3
|
:emqx_s3,
|
||||||
|
:emqx_enterprise
|
||||||
])
|
])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -102,6 +102,7 @@ is_community_umbrella_app("apps/emqx_oracle") -> false;
|
||||||
is_community_umbrella_app("apps/emqx_bridge_rabbitmq") -> false;
|
is_community_umbrella_app("apps/emqx_bridge_rabbitmq") -> false;
|
||||||
is_community_umbrella_app("apps/emqx_ft") -> false;
|
is_community_umbrella_app("apps/emqx_ft") -> false;
|
||||||
is_community_umbrella_app("apps/emqx_s3") -> false;
|
is_community_umbrella_app("apps/emqx_s3") -> false;
|
||||||
|
is_community_umbrella_app("apps/emqx_enterprise") -> false;
|
||||||
is_community_umbrella_app(_) -> true.
|
is_community_umbrella_app(_) -> true.
|
||||||
|
|
||||||
is_jq_supported() ->
|
is_jq_supported() ->
|
||||||
|
|
Loading…
Reference in New Issue