From ac091c5542d5750ef028553cedcd71f1df3f9a48 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Fri, 11 Dec 2020 00:51:19 +0100 Subject: [PATCH] chore(build): Pin rebar3 version 3.14.3-emqx-2 Rebar3 3.14.3-emqx-1 always copy non-deps app dirs. i.e. never try to simlink them. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e34a5c254..806e98bf2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -REBAR_VERSION = 3.14.3-emqx-1 +REBAR_VERSION = 3.14.3-emqx-2 REBAR = ./rebar3 PROFILE ?= emqx