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
thrownewGradleException("$PLUGIN_CODE requires a single major.minor version of `org.scala-lang:scala-library` in compileClasspath.\nFound $scalaVersions")
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.
The text was updated successfully, but these errors were encountered:
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:
pekko-grpc/gradle-plugin/src/main/groovy/org/apache/pekko/grpc/gradle/PekkoGrpcPlugin.groovy
Line 195 in 0e82f01
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.
The text was updated successfully, but these errors were encountered: