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:
Bryan Paxton
2020-03-25 23:07:55 -05:00
committed by GitHub
parent 5f95ee314f
commit 812f05adcf
+3 -1
View File
@@ -1,6 +1,8 @@
{erl_opts, [debug_info]}.
{plugins, [pc, rebar3_hex]}.
{plugins, [pc]}.
{project_plugins, [rebar3_hex]}.
{provider_hooks, [
{pre, [