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:
parent
2a9a5e74d7
commit
4116806544
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
$(shell $(CURDIR)/scripts/git-hooks-init.sh)
|
$(shell $(CURDIR)/scripts/git-hooks-init.sh)
|
||||||
REBAR_VERSION = 3.14.3-emqx-5
|
REBAR_VERSION = 3.14.3-emqx-6
|
||||||
REBAR = $(CURDIR)/rebar3
|
REBAR = $(CURDIR)/rebar3
|
||||||
BUILD = $(CURDIR)/build
|
BUILD = $(CURDIR)/build
|
||||||
SCRIPTS = $(CURDIR)/scripts
|
SCRIPTS = $(CURDIR)/scripts
|
||||||
|
|
Loading…
Reference in New Issue