mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 11:09:55 +00:00
Process deps prior to subdirs so that top-level dependencies work as expected
This commit is contained in:
parent
9dda9c2578
commit
e66585789d
1 changed files with 1 additions and 1 deletions
|
@ -46,8 +46,8 @@
|
|||
%% any_dir processing modules
|
||||
{any_dir_modules, [
|
||||
rebar_require_vsn,
|
||||
rebar_subdirs,
|
||||
rebar_deps,
|
||||
rebar_subdirs,
|
||||
rebar_templater,
|
||||
rebar_cleaner
|
||||
]},
|
||||
|
|
Loading…
Reference in a new issue