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
Since version 0.10.10 I'm getting the following error:
protoc --proto_path=api --plugin=/usr/local/bin/protoc-gen-scala --scala_out=scala api/harmonization.proto
Error: Could not find or load main class scalapb.ScalaPbCodeGenerator
Caused by: java.lang.ClassNotFoundException: scalapb.ScalaPbCodeGenerator
--scala_out: protoc-gen-scala: Plugin failed with status code 1.
Thanks for reporting and providing a way to reproduce. It looks like we've hit some variant of scala/bug#11634 impacting Scala 2.12. I updated to Scala 2.13 and transitioned to sbt-native-image which workarounds additional graalvm issues impacting Scala 2.13.
Hi,
Since version 0.10.10 I'm getting the following error:
version 0.10.9 and prior is working fine.
Tested with the following Dockerfile:
The text was updated successfully, but these errors were encountered: