enso/distribution/manifest.template.yaml
Radosław Waśko 8749719c19
Fix required launcher version (#11823)
- When comparing pre-release version, the last part is compared lexicographically. In #11796, I did not consider that `rc` is a suffix that is 'larger' than `nightly` (because `r > n`).
- Now, we set this to a relatively recent nightly build.
- The self-upgrade mechanism will use the latest available build, so once the stable version is released it will be preferred.
- The project-manager should be working again because `2024.5.1-nightly.2024.12.10 > 2024.5.1-nightly.2024.11.29` and also `2024.5.1-rc1 > 2024.5.1-nightly.2024.11.29`.
2024-12-10 14:41:18 +00:00

6 lines
224 B
YAML

minimum-launcher-version: 2024.5.1-nightly.2024.11.29
minimum-project-manager-version: 2024.5.1-nightly.2024.11.29
jvm-options:
- value: "-Dgraal.PrintGraph=Network"
- value: "--add-opens=java.base/java.nio=ALL-UNNAMED"