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
Build: publish libraries directly to NewAndroid feed
Switches Maven publishing from the AndroidADAL feed to the NewAndroid feed
to eliminate the upstream-feed traversal latency that occurs when downstream
pipeline stages resolve freshly-published artifacts.
Background:
- Builds publish to AndroidADAL but consumers fetch from NewAndroid.
- NewAndroid resolves AndroidADAL only via its upstream chain, after walking
Maven Central, Google, etc., causing first-fetch latency on every newly
published version (which CI agents always pay due to ephemeral caches).
- AndroidADAL will be added as an upstream of NewAndroid (done outside this
change) so any external consumers still resolving from AndroidADAL keep
working transparently.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments