chore: override erlang and elixir used to compile elixir-ls #102

Merged
joao.dubas merged 1 commits from jpd-upgrade-elixir-ls-setup into main 2024-10-30 18:49:46 +00:00

1 Commits

Author SHA1 Message Date
3cc0d94cd4 chore: allow to override erlang and elixir used to compile elixirls
With this change, it's possible to override the `erlang` and `elixir`
versions used to compile `elixir-ls`.

For example, to compile v0.24.1 with erlang 27.1.2 and elixir 1.17.3,
run the following:

```bash
./elixir-ls-setup.sh v0.24.1 27.1.2 1.17.3
```
2024-10-30 18:49:35 +00:00