From 812f05adcf5766275e293cb5145287f24c4e5e90 Mon Sep 17 00:00:00 2001 From: Bryan Paxton <39971740+starbelly@users.noreply.github.com> Date: Wed, 25 Mar 2020 23:07:55 -0500 Subject: [PATCH] Move rebar3_hex into project_plugins This change will prevent users from having to download rebar3_hex and all of it's dependencies. --- rebar.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 5b644b3..e9d0ca5 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,8 @@ {erl_opts, [debug_info]}. -{plugins, [pc, rebar3_hex]}. +{plugins, [pc]}. + +{project_plugins, [rebar3_hex]}. {provider_hooks, [ {pre, [