فهرست منبع

Merge pull request #13488 from thalesmg/20240718-m-mix-fix-machine-dep

chore(new mix build): fix app dependency for release
Thales Macedo Garitezi 1 سال پیش
والد
کامیت
464e202742
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/emqx_machine/mix.exs

+ 1 - 1
apps/emqx_machine/mix.exs

@@ -30,7 +30,7 @@ defmodule EMQXMachine.MixProject do
       {:emqx_dashboard, in_umbrella: true, runtime: false},
       {:emqx_dashboard, in_umbrella: true, runtime: false},
       {:emqx_management, in_umbrella: true, runtime: false},
       {:emqx_management, in_umbrella: true, runtime: false},
       UMP.common_dep(:covertool),
       UMP.common_dep(:covertool),
-      UMP.common_dep(:system_monitor),
+      UMP.common_dep(:system_monitor, runtime: false),
       UMP.common_dep(:redbug),
       UMP.common_dep(:redbug),
     ]
     ]
   end
   end