From bfa132ff6ef5114372464190181753a05704ec6f Mon Sep 17 00:00:00 2001 From: Mikhail Uvarov Date: Wed, 24 Jul 2024 11:33:03 +0200 Subject: [PATCH] Remove geas dependency of GraphQL --- rebar.config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, [