diff --git a/rebar.config b/rebar.config index bb806f3b31c..3170412c143 100644 --- a/rebar.config +++ b/rebar.config @@ -214,7 +214,10 @@ {del, eper, [{erl_opts, [warnings_as_errors]}]}, %% Erlang JWT Library is in elixir and wants elvis for tests %% Remove elvis plugin to reduce deps - {override, jwerl, [{plugins, [rebar3_elixir, rebar3_hex]}]} + {override, jwerl, [{plugins, [rebar3_elixir, rebar3_hex]}]}, + %% GraphQL pulls geas_rebar3, which is a dev dependency + %% geas takes some time to compile, but we do not need it + {override, graphql, [{plugins, [rebar3_hex]}]} ]}. {dialyzer, [