samueleresca commented on code in PR #222:
URL:
https://github.com/apache/incubator-pekko-grpc/pull/222#discussion_r1495768653
##########
sbt-plugin/src/sbt-test/gen-scala-server/06-compatibility-plugins/project/ProtocJSPlugin.scala:
##########
@@ -19,5 +19,7 @@ object ProtocJSPlugin extends AutoPlugin {
override def requires: Plugins = ProtocPlugin
override def projectSettings: Seq[Def.Setting[_]] =
- Seq(Compile, Test).flatMap(inConfig(_)(PB.targets += PB.gens.js ->
resourceManaged.value / "js"))
+ Seq(Compile, Test).flatMap(inConfig(_)(
+ Seq(
+ PB.targets += PB.gens.go -> resourceManaged.value / "go")))
Review Comment:
Should the `ProtocJSPlugin` object renamed to something `ProtocGoPlugin`?
--
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]