Skip to content
Snippets Groups Projects
  • rubicon's avatar
    aa077dc5
    testing/ejabberd: fix and upgrade vendored elixir · aa077dc5
    rubicon authored
    it no longer conflicts with community/elixir, upgraded version
    no longer complains about get_stacktrace being removed, fixes
    the crash in Elixir.Logger.App, and the missing plugins warnings
    at compilation are reduced by compiling rebar_elixir_plugin earlier
    aa077dc5
    History
    testing/ejabberd: fix and upgrade vendored elixir
    rubicon authored
    it no longer conflicts with community/elixir, upgraded version
    no longer complains about get_stacktrace being removed, fixes
    the crash in Elixir.Logger.App, and the missing plugins warnings
    at compilation are reduced by compiling rebar_elixir_plugin earlier
elixir.app.src 255 B
{application, elixir,
[{description, "elixir"},
 {vsn, "@ELIXIR_VERSION@"},
 {modules, [
	elixir
  ]},
 {registered, [elixir_config, elixir_code_server]},
 {applications, [kernel,stdlib,compiler]},
 {mod, {elixir,[]}},
 {env, [{ansi_enabled, false}]}
]}.