summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2022-01-05 11:08:18 +0100
committerPhilip Kuryloski <kuryloskip@vmware.com>2022-01-05 11:08:18 +0100
commit135128e929258ac152626d336dcb7e44719f3832 (patch)
tree325f94c89c944d6a66e4087de60dda6186517c73
parentfff86d75f7b24323c6ea817184ad7712b36dd43f (diff)
downloadrabbitmq-server-git-rollback-rebar3_hex-version.tar.gz
Limit the version of rebar3_hex to v6rollback-rebar3_hex-version
v7 introduces changes that break pipelines - https://github.com/rabbitmq/hexpm-cli/issues/3 It would be better to drop hexpm-cli and use the hex publishing support present in newer versions of erlang.mk
-rw-r--r--erlang.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/erlang.mk b/erlang.mk
index 7136106bdb..630b99f9ea 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -5645,7 +5645,7 @@ $(call comma_list,$(foreach d,$(DEPS),\
{$(call dep_name,$d)$(comma)"$(call dep_repo,$d)"},\
{$(call dep_name,$d)$(comma)".*"$(comma){git,"$(call dep_repo,$d)"$(comma)"$(call dep_commit,$d)"}})))
]}.
-{plugins, [rebar3_hex]}.
+{plugins, [{rebar3_hex, "~> 6.11"}]}.
{erl_opts, $(call compat_erlc_opts_to_list,$(ERLC_OPTS))}.
endef