lrascao / rebar3_gpb_plugin

A rebar3 plugin for automatically compiling .proto files using the gpb protobuf compiler
MIT License
54 stars 37 forks source link

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

Open phani35 opened 3 years ago

phani35 commented 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