You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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