mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 02:21:32 +03:00
8749719c19
- 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`.
6 lines
224 B
YAML
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"
|