Sfoglia il codice sorgente

Merge pull request #613 from tsloughter/plugins_fix_path

keep plugins in path after compile provider run
pull/616/head
Fred Hebert 10 anni fa
parent
commit
296f868294
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. +2
    -1
      src/rebar_prv_compile.erl

+ 2
- 1
src/rebar_prv_compile.erl Vedi File

@ -63,7 +63,8 @@ do(State) ->
rebar_hooks:run_all_hooks(Cwd, post, ?PROVIDER, Providers, State2),
has_all_artifacts(State3),
rebar_utils:cleanup_code_path(rebar_state:code_paths(State3, default)),
rebar_utils:cleanup_code_path(rebar_state:code_paths(State3, default)
++ rebar_state:code_paths(State, all_plugin_deps)),
{ok, State3}.

Caricamento…
Annulla
Salva