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
I'm using ScalaPB in an environment with no SBT (we're using Pants) using ScalaPBC instead of the SBT plugin to generate the proto implementation.
ScalaPBC has the option of specifying a custom code generator (instead of the default ScalaPbCodeGenerator). Would it be possible to publish the FS2CodeGenerator in an maven artifact? The org.lyranthe.fs2-grpc.java-runtime package does not seem to have this artifact
The text was updated successfully, but these errors were encountered:
Sorry for the delayed reply. I just saw this. It's published in org.lyranthe.fs2_grpc.java_runtime.sbt_gen in the sbt-java-gen. I will look into moving it into java-runtime.
There is currently no dependency between java-runtime and sbt-java-gen, and I don't know that we'd want all the dependencies of the latter in sbt scope. Maybe a third artifact is the way forward here.
I'm using ScalaPB in an environment with no SBT (we're using Pants) using ScalaPBC instead of the SBT plugin to generate the proto implementation.
ScalaPBC has the option of specifying a custom code generator (instead of the default
ScalaPbCodeGenerator
). Would it be possible to publish the FS2CodeGenerator in an maven artifact? Theorg.lyranthe.fs2-grpc.java-runtime
package does not seem to have this artifactThe text was updated successfully, but these errors were encountered: