Skip to content

Commit ef4ac43

Browse files
committed
Merge pull request #3247 from rabbitmq/add-rebar3_hex_to_auto-generated-rebar3-config
Add rebar3_hex plugin reference to rebar3.config generated by erlang.mk (cherry picked from commit 5f639fa)
1 parent d7f05ff commit ef4ac43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

erlang.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5634,6 +5634,7 @@ $(call comma_list,$(foreach d,$(DEPS),\
56345634
{$(call dep_name,$d)$(comma)"$(call dep_repo,$d)"},\
56355635
{$(call dep_name,$d)$(comma)".*"$(comma){git,"$(call dep_repo,$d)"$(comma)"$(call dep_commit,$d)"}})))
56365636
]}.
5637+
{plugins, [rebar3_hex]}.
56375638
{erl_opts, $(call compat_erlc_opts_to_list,$(ERLC_OPTS))}.
56385639
endef
56395640

0 commit comments

Comments
 (0)