enso/lib/scala/project-manager
Pavel Marek 534bece541
project-manager can start without prior GraalVM installation (#8410)
This is a follow-up of #7991. #7991 broken `runtime-version-manager`. This is mostly reverts.


### Important Notes

Launcher now correctly recognizes that the newest engine needs some runtime:
```sh
> java -jar launcher.jar list
Enso 2023.2.1-nightly.2023.10.31 -> GraalVM 23.0.0-java17.0.7
Enso 0.0.0-dev -> GraalVM 23.1.0-java21.0.1
```
(this has not worked before)
2023-11-29 20:36:21 +01:00
..
src project-manager can start without prior GraalVM installation (#8410) 2023-11-29 20:36:21 +01:00
README.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

Project Manager

This library implements the functionality and messages backing the project manager component of the Enso Protocol.