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
ci: configure Maven mirror via gh-automation composite actions
Switches from the gh-automation reusable workflow (`ci-gradle.yml`) to its
finer-grained composite-action form, so we can inject `s4u/maven-settings-action`
between `setup` and `build`. The action writes a `~/.m2/settings.xml` whose
wildcard mirror points at Moderne's Artifactory cache; the
MavenSettingsAutoLoadingExtension introduced earlier in this PR loads it into
the test ExecutionContext, avoiding Maven Central's HTTP 404 + Retry-After
throttling under parallel test load.
The composite actions land in openrewrite/gh-automation#94.
0 commit comments