Sfoglia il codice sorgente

fix: don't include emqx_enterprise in community version

zhongwencool 2 anni fa
parent
commit
4a07106aa5
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 2 1
      mix.exs
  2. 1 0
      rebar.config.erl

+ 2 - 1
mix.exs

@@ -189,7 +189,8 @@ defmodule EMQXUmbrella.MixProject do
       :emqx_bridge_rabbitmq,
       :emqx_bridge_clickhouse,
       :emqx_ft,
-      :emqx_s3
+      :emqx_s3,
+      :emqx_enterprise
     ])
   end
 

+ 1 - 0
rebar.config.erl

@@ -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_ft") -> false;
 is_community_umbrella_app("apps/emqx_s3") -> false;
+is_community_umbrella_app("apps/emqx_enterprise") -> false;
 is_community_umbrella_app(_) -> true.
 
 is_jq_supported() ->