raboof closed pull request #447: Test with pekko snapshot
URL: https://github.com/apache/pekko-grpc/pull/447
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-m
raboof commented on PR #447:
URL: https://github.com/apache/pekko-grpc/pull/447#issuecomment-2815388951
tbh the remaining tests succeeding makes me optimistic the change didn't
have any negative effects, I don't think we need to test gradle specifically.
--
This is an automated message fr
pjfanning commented on PR #447:
URL: https://github.com/apache/pekko-grpc/pull/447#issuecomment-2815305651
With the gradle build failure due to mismatched pekko versions - possibly
the quickest workaround is try to disable that version check.
pekko.fail-mixed-versions=off
--
This i