rebar3_gpb_plugin icon indicating copy to clipboard operation
rebar3_gpb_plugin copied to clipboard

Is it possible to overwrite dependency fetching with local git repo path

Open phani35 opened this issue 3 years ago • 0 comments

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

phani35 avatar May 04 '21 17:05 phani35