Related to #23761
When we'll switch nightlies to be published in the new repository instead on on central.sonatype.org we need to adjust the related scripts:
Bisecting tool
Bisect tool uses maven metadata.xml to gather information about available versions, it would need to be merged with version obtained from new repo metadata.xml
Also the scala
runner executing the snippet would need to be adjusted to use new repository
Open Community Build
It also fetches avaialbe versions using metadata.xml, the code to find latest versions would need to be adjusted
Documentation
https://docs.scala-lang.org/overviews/core/nightlies.html needs to be updated (scala/docs.scala-lang#3206)