Skip to content

Commit f3f1b8c

Browse files
committed
add rebar3 hex plugin
1 parent d40b3f3 commit f3f1b8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rebar.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
[{"linux|darwin", clean, "make -C c_src clean"},
99
{"freebsd", clean, "gmake -C c_src clean"}]}.
1010

11-
{plugins, [{rebar3_archive_plugin, "0.0.2"}]}.
11+
{plugins, [{rebar3_archive_plugin, "0.0.2"},
12+
rebar3_hex]}.

0 commit comments

Comments
 (0)