build: upgrade to rebar3 version 3.14.3-emqx-8

relup could not read appup file error reason was not printed
rebar3 3.24.3-8 (with relx 4.3.0-emqx-3) fixed it
This commit is contained in:
Zaiming Shi 2021-06-04 16:58:01 +02:00
parent 291d98f13b
commit 0452bdb056
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-7
REBAR_VERSION = 3.14.3-emqx-8
REBAR = $(CURDIR)/rebar3
BUILD = $(CURDIR)/build
SCRIPTS = $(CURDIR)/scripts