Open phani35 opened 3 years ago
local repo path for gpb added in rebar.config file is not getting picked.
{deps, [ { gpb, {git, "https://github/localgitrepopath/gpb.git", {tag, "4.17.3"}}} ]}.
is it possible to overwrite repo_url with local repo . Now it is always trying to fetch from hex.pm
local repo path for gpb added in rebar.config file is not getting picked.
{deps, [ { gpb, {git, "https://github/localgitrepopath/gpb.git", {tag, "4.17.3"}}} ]}.
is it possible to overwrite repo_url with local repo . Now it is always trying to fetch from hex.pm