Skip to content

Commit 4ab1ff2

Browse files
authored
Merge pull request #5 from esl/make-geas-a-project-plugin
Make geas a project plugin
2 parents 7b1762f + 5f78d61 commit 4ab1ff2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rebar.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@
2828
]}.
2929

3030
{plugins, [
31-
{geas_rebar3, {git, "https://github.com/crownedgrouse/geas_rebar3.git", {branch, "master"}}},
3231
rebar3_hex
3332
]}.
3433

34+
{project_plugins, [
35+
{geas_rebar3, {git, "https://github.com/crownedgrouse/geas_rebar3.git", {branch, "master"}}}
36+
]}.
37+
3538
{dialyzer, [{warnings, [unknown]}]}.

0 commit comments

Comments
 (0)