pjfanning commented on code in PR #172:
URL:
https://github.com/apache/incubator-pekko-grpc/pull/172#discussion_r1314754806
##########
build.sbt:
##########
@@ -163,6 +163,8 @@ lazy val interopTests = Project(id = "interop-tests", base
= file("interop-tests
ReflectiveCodeGen.generatedLanguages := Seq("Scala", "Java"),
ReflectiveCodeGen.extraGenerators := Seq("ScalaMarshallersCodeGenerator"),
ReflectiveCodeGen.codeGeneratorSettings ++= Seq("server_power_apis"),
+ // grpc 1.53.0 brings in extra unnecessary proto files that cause build
issues
Review Comment:
the extra envoy and opencensus protos appear to have been added to
grpc-interop-testing jar between the 1.48.1 and 1.53.0 releases
--
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-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]