Move rebar3_hex into project_plugins
This change will prevent users from having to download rebar3_hex and all of it's dependencies.
This commit is contained in:
parent
5f95ee314f
commit
812f05adcf
@ -1,6 +1,8 @@
|
||||
{erl_opts, [debug_info]}.
|
||||
|
||||
{plugins, [pc, rebar3_hex]}.
|
||||
{plugins, [pc]}.
|
||||
|
||||
{project_plugins, [rebar3_hex]}.
|
||||
|
||||
{provider_hooks, [
|
||||
{pre, [
|
||||
|
Loading…
x
Reference in New Issue
Block a user