From 08d4678ac7c94e82ccbd504844d4f1757e48615a 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. --- .tool-versions | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index 94758cfb1..5e8cefb2a 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -erlang 22.3.4 +erlang 22.3.4.13 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