apache / pekko-grpc

Apache Pekko gRPC
https://pekko.apache.org/
Apache License 2.0
37 stars 16 forks source link

gradle plugin only seems to work with Scala 2.13 #337

Open pjfanning opened 1 week ago

pjfanning commented 1 week ago

I used https://github.com/apache/pekko-grpc-quickstart-scala.g8 to create a quickstart repo locally (giter8).

I selected Scala 3.3.3 but when I used Gradle commands on the local repo - I got this error:

https://github.com/apache/pekko-grpc/blob/0e82f0129343f59583d7ee34625cb29e9e688f0c/gradle-plugin/src/main/groovy/org/apache/pekko/grpc/gradle/PekkoGrpcPlugin.groovy#L195

It seems like when we publish the pekko-grpc plugin that it only publishes a single set of artifacts that appear to be tied to Scala 2.13.