Преглед изворни кода

chore(build): pin rebar_mix plugin version v0.4.0

Zaiming Shi пре 4 година
родитељ
комит
d777ca7baf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      rebar.config.erl

+ 1 - 1
rebar.config.erl

@@ -93,7 +93,7 @@ plugins(HasElixir) ->
       %% emqx main project does not require port-compiler
       %% emqx main project does not require port-compiler
       %% pin at root level for deterministic
       %% pin at root level for deterministic
     , {pc, {git, "https://github.com/emqx/port_compiler.git", {tag, "v1.11.1"}}}
     , {pc, {git, "https://github.com/emqx/port_compiler.git", {tag, "v1.11.1"}}}
-    | [ rebar_mix || HasElixir ]
+    | [ {rebar_mix, "v0.4.0"} || HasElixir ]
     ]
     ]
     %% test plugins are concatenated to default profile plugins
     %% test plugins are concatenated to default profile plugins
     %% otherwise rebar3 test profile runs are super slow
     %% otherwise rebar3 test profile runs are super slow