From 49c856e3c07a91b9e59f36d66298bd52cca5446c Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Thu, 23 Apr 2026 20:49:14 +0800 Subject: [PATCH] fix rebar --- rebar.config | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rebar.config b/rebar.config index 020f05f..c3fa45c 100644 --- a/rebar.config +++ b/rebar.config @@ -65,9 +65,4 @@ ] }]}]}. -{project_plugins, [ - %% 或从 Git 仓库拉取最新版本 - {pc, {git, "https://github.com/blt/port_compiler.git", {tag, "v1.15.0"}}} -]}. - {rebar_packages_cdn, "https://hexpm.upyun.com"}.