cfmcgrady commented on code in PR #2842:
URL: https://github.com/apache/celeborn/pull/2842#discussion_r1812426007


##########
project/CelebornBuild.scala:
##########
@@ -347,7 +347,7 @@ object CelebornCommonSettings {
     PB.protocVersion := Dependencies.protocVersion,
     // set proto sources path
     Compile / PB.protoSources := Seq(sourceDirectory.value / "main" / "proto"),
-    Compile / PB.targets := Seq(PB.gens.java -> (Compile / 
sourceManaged).value)
+    Compile / PB.targets := Seq(PB.gens.java(Dependencies.protocVersion) -> 
(Compile / sourceManaged).value)

Review Comment:
   The `protobuf-java` version is required. see 
https://github.com/thesamet/sbt-protoc/issues/360



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to