Slackbot
01/04/2023, 11:44 AMLars Kaulen
01/04/2023, 3:08 PM7.4 was the last one with snapshot > `rc`: https://docs.gradle.org/7.4/userguide/single_versions.html#version_ordering
For versions 7.5, 7.6 (current) and 8.0-rc-1 the docs consistently describe rc > `snaphsot`:
https://docs.gradle.org/7.5/userguide/single_versions.html#version_ordering
https://docs.gradle.org/current/userguide/single_versions.html#version_ordering
https://docs.gradle.org/8.0-rc-1/userguide/single_versions.html#version_ordering
Or am I missing something?Javi
01/04/2023, 3:20 PMThe stringsso,rc,snapshot,final,gaandreleaseare considered higher than any other string part (sorted in this order):sp<1.0-zeta<1.0-rc<1.0-snapshot<1.0-final<1.0-ga<1.0-release<1.0-sp.1.0
snapshot > rcJavi
01/04/2023, 3:20 PM8.0-rc-1Javi
01/04/2023, 3:22 PMrelease > snapshot. I guess all after final (including final) are considered "final" versionsJavi
01/04/2023, 3:24 PMLars Kaulen
01/05/2023, 8:38 AMsnapshot > rc everywhere, just the wording was changed 🙂 so yeah, I miss-read them as well ^^