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
This commit is contained in:
Zaiming Shi 2021-04-11 10:27:37 +02:00 committed by Zaiming (Stone) Shi
parent 2a9a5e74d7
commit 4116806544
1 changed files with 1 additions and 1 deletions

View File

@ -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