Current section
Files
Jump to
Current section
Files
antidotec_pb
rebar.config
rebar.config
{lib_dirs,["deps"]}.
{sub_dirs, ["rel"]}.
{deps, [
{lager, "3.6.2"},
{antidote_pb_codec, "0.0.3"}
]}.
{plugins, [
{ meck, "0.8.12"},
{ protobuffs, {git, "git://github.com/basho/erlang_protobuffs.git", {tag, "0.9.0"}}},
{ rebar3_protobuffs_plugin, {git, "git://github.com/cmkarlsson/rebar3_protobuffs_plugin", {branch, "master"}}},
{ riak_pb_msgcodegen, {git, "git://github.com/tsloughter/riak_pb_msgcodegen",
{branch, "master"}}}
]}.
{provider_hooks, [{pre, [{compile, {protobuffs, compile}},
{clean, {protobuffs, clean}},
{compile, riak_pb_msgcodegen}
]}]}.
{erl_opts, [debug_info, warnings_as_errors, {parse_transform, lager_transform}]}.
{cover_enabled, true}.
{eunit_opts, [verbose, {report, {eunit_surefire, [{dir,"."}]}}]}.