From 4116806544d09ba4b596956477672f51754649c5 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Sun, 11 Apr 2021 10:27:37 +0200 Subject: [PATCH] chore(build): upgrade to rebar3 3.14.3-emqx-6 This rebar3 version has two fixes comparing to 3.14.3-emqx-5 1. For elixir plugin build, ensure vsn in app info 2. Error details in rebar3 exception if .app is not found when generating release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a59146524..88406c794 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ $(shell $(CURDIR)/scripts/git-hooks-init.sh) -REBAR_VERSION = 3.14.3-emqx-5 +REBAR_VERSION = 3.14.3-emqx-6 REBAR = $(CURDIR)/rebar3 BUILD = $(CURDIR)/build SCRIPTS = $(CURDIR)/scripts