erlang-language-platform/test_projects/custom_build_tool
Roberto Aloi 2957db5c16 Introduce build_info section in ELP config file
Summary:
Since the build info configuration is growing in complexity, introduce a dedicated section.

Backward incompatible change:

The path to the config file, before expressed by:

```
build_info = "build_info.json"
```

Now needs to be expressed as:

```
[build_info]
file = "build_info.json"
```

Reviewed By: alanz

Differential Revision: D57427564

fbshipit-source-id: acb6f0dd13f77cc21e29a8229c6e25dd1cf33433
2024-05-16 06:45:10 -07:00
..
apps Introduce build_info section in ELP config file 2024-05-16 06:45:10 -07:00
.elp.toml Introduce build_info section in ELP config file 2024-05-16 06:45:10 -07:00