瀏覽代碼

Merge pull request #1050 from tsloughter/master

check top level config for minimum or blacklisted  otps at start
pull/1053/head
Fred Hebert 9 年之前
父節點
當前提交
9e1abdbd32
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. +3
    -0
      src/rebar3.erl

+ 3
- 0
src/rebar3.erl 查看文件

@ -105,6 +105,9 @@ run_aux(State, RawArgs) ->
rebar_state:apply_profiles(State, [list_to_atom(Profile)])
end,
rebar_utils:check_min_otp_version(rebar_state:get(State1, minimum_otp_vsn, undefined)),
rebar_utils:check_blacklisted_otp_versions(rebar_state:get(State1, blacklisted_otp_vsns, undefined)),
State2 = case os:getenv("HEX_CDN") of
false ->
State1;

Loading…
取消
儲存