Skip to content

Commit

Permalink
Use the new oscmd plugin instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Sep 3, 2024
1 parent 925a6dd commit 32ba0c9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
]}.

{plugins, [
{rebar_cmd, "0.4.0"}
{rebar_oscmd, "0.5.0"}
]}.

{xref_checks,[
Expand All @@ -25,6 +25,9 @@
{erl_opts, [
{src_dirs, ["src", "test"]}
]}
]},
{maintainer, [
{deps, [rebar3_hex]}
]}
]}.

Expand All @@ -46,6 +49,6 @@
coverage
]},
{clean_all, [
{cmd, "clean_all"}
{oscmd, "clean_all"}
]}
]}.

0 comments on commit 32ba0c9

Please sign in to comment.