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
There are some libraries that use older akka related libraries and this causes downstream (e.g., runtimes repos) to fail during the build step. Several of these dependencies can be resolved by removing unused artifacts (e.g., #5131) but not all.
In particular these two import older version of akka-http (10.1.10) and should be updated:
There are some libraries that use older akka related libraries and this causes downstream (e.g., runtimes repos) to fail during the build step. Several of these dependencies can be resolved by removing unused artifacts (e.g., #5131) but not all.
In particular these two import older version of akka-http (10.1.10) and should be updated:
As a workaround for downstream projects once PR #5130 is merged: apply the following patch:
add explicit dependencies to
tests/build.gradle
:declare some variables in
settings.grade
Without the PR, you also to apply the same to these libraries:
akka-cluster-metrics
akka-discovery
akka-protobuf
akka-remote
akka-cluster
akka-distributed-data
akka-cluster-tools
and an additional variable is needed in
settings.gradle
The text was updated successfully, but these errors were encountered: