mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-20 17:27:00 +01:00
When building Elixir inside ejabberd, rely on version 1.1 for Erlang R17 compliance
This commit is contained in:
parent
b40154f8f4
commit
74053b114e
@ -36,7 +36,7 @@
|
|||||||
{if_var_true, riak, {riakc, ".*", {git, "https://github.com/basho/riak-erlang-client",
|
{if_var_true, riak, {riakc, ".*", {git, "https://github.com/basho/riak-erlang-client",
|
||||||
"527722d12d0433b837cdb92a60900c2cb5df8942"}}},
|
"527722d12d0433b837cdb92a60900c2cb5df8942"}}},
|
||||||
{if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir",
|
{if_var_true, elixir, {elixir, ".*", {git, "https://github.com/elixir-lang/elixir",
|
||||||
{tag, "v1.2.3"}}}},
|
{tag, "v1.1.1"}}}},
|
||||||
%% TODO: When modules are fully migrated to new structure and mix, we will not need anymore rebar_elixir_plugin
|
%% TODO: When modules are fully migrated to new structure and mix, we will not need anymore rebar_elixir_plugin
|
||||||
{if_var_true, elixir, {rebar_elixir_plugin, ".*",
|
{if_var_true, elixir, {rebar_elixir_plugin, ".*",
|
||||||
{git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}},
|
{git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}},
|
||||||
|
Loading…
Reference in New Issue
Block a user