Skip to content

Commit bfa132f

Browse files
committed
Remove geas dependency of GraphQL
1 parent ed459a8 commit bfa132f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rebar.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,10 @@
214214
{del, eper, [{erl_opts, [warnings_as_errors]}]},
215215
%% Erlang JWT Library is in elixir and wants elvis for tests
216216
%% Remove elvis plugin to reduce deps
217-
{override, jwerl, [{plugins, [rebar3_elixir, rebar3_hex]}]}
217+
{override, jwerl, [{plugins, [rebar3_elixir, rebar3_hex]}]},
218+
%% GraphQL pulls geas_rebar3, which is a dev dependency
219+
%% geas takes some time to compile, but we do not need it
220+
{override, graphql, [{plugins, [rebar3_hex]}]}
218221
]}.
219222

220223
{dialyzer, [

0 commit comments

Comments
 (0)