What's the difference between `nightly` and `relea...
# community-support
m
What's the difference between
nightly
and
release nightly
here: https://services.gradle.org/versions/ ?
m
Nightly is built from master branch. Release nightly is built from
release
branch. We use the latter to cook the RCs and releases, branching off master every 6 weeks or so. Today master is future 9.4, release is future 9.3
thank you 1
m
Thanks!
Do nightly builds run at a fixed schedule? The current one points to a build that was made yesterday at
20251211204445+0000
Sounds like the new one should be out now?
m
It is in the queue, we run them every day about midnight UTC, but they don't always succeed.
m
Gotcha, thanks again!