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
When running sbt stage, where my systems protobuf version is 3.9.1, I get errors like:
[error] projects/codepropertygraph/proto-bindings/target/scala-2.12/src_managed/main/compiled_protobuf/io/shiftleft/proto/cpg/Cpg.java:4534:1: cannot find symbol
[error] symbol: class UnusedPrivateParameter
[error] location: class io.shiftleft.proto.cpg.Cpg.StringList
When running
sbt stage
, where my systems protobuf version is 3.9.1, I get errors like:If I downgrade to version 3.7, the build works.
This issues seems similar to this one.
The text was updated successfully, but these errors were encountered: