|
1 | 1 | %% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*- |
2 | 2 | {sub_dirs, ["rel", "apps/riak"]}. |
3 | 3 |
|
4 | | -{require_otp_vsn, "20"}. |
| 4 | +{minimum_otp_vsn, "20.0"}. |
| 5 | + |
5 | 6 | {cover_enabled, true}. |
6 | 7 |
|
7 | 8 | %% TODO: nowarn_export_all on for now. |
|
16 | 17 | {riak_kv, {git, "git://github.com/basho/riak_kv.git", {branch, "develop-3.0-292"}}}, |
17 | 18 | {riak_auth_mods, {git, "git://github.com/basho/riak_auth_mods.git", {branch, "develop-3.0-292"}}}, |
18 | 19 | {riak_repl, {git, "git://github.com/basho/riak_repl.git", {branch, "develop-3.0-292"}}}, |
19 | | - {yokozuna, {git, "git://github.com/basho/yokozuna.git", {branch, "develop-3.0-292"}}} |
| 20 | + {yokozuna, {git, "git://github.com/basho/yokozuna.git", {branch, "develop-3.0-292-solrupdate"}}} |
20 | 21 | ]}. |
21 | 22 |
|
22 | 23 | {project_plugins, [ |
23 | | - {rebar3_cuttlefish, {git, "https://github.com/martincox/rebar3_cuttlefish", {branch, "fix/runner_dirs"}}} |
| 24 | + {rebar3_cuttlefish, {git, "https://github.com/martinsumner/rebar3_cuttlefish", {branch, "develop-3.0"}}} |
24 | 25 | ]}. |
25 | 26 |
|
26 | 27 | {cuttlefish, [ |
|
38 | 39 | bitcask_multi, |
39 | 40 | eleveldb, |
40 | 41 | eleveldb_multi, |
41 | | - multi_backend |
| 42 | + leveled, |
| 43 | + leveled_multi, |
| 44 | + multi_backend, |
| 45 | + riak_repl |
42 | 46 | ]} |
43 | 47 | ]}. |
44 | 48 |
|
|
0 commit comments