Skip to content

Commit f902e16

Browse files
committed
compiler: Don't mention C++ Protobuf version in build message
There's been minor version skew between Java and C++ many times because certain releases are one-language-only. And now we have more severe skew, where we can't readily upgrade to newer C++ Protobuf versions because of build complexity. Let's just remove the version, and have the canonical C++ Protobuf version live in COMPILING.md. See #10317
1 parent 5799feb commit f902e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ protobuf {
201201
}
202202
}
203203

204-
println "*** Building codegen requires Protobuf version ${libs.versions.protobuf.get()}"
204+
println "*** Building codegen requires Protobuf"
205205
println "*** Please refer to https://github.com/grpc/grpc-java/blob/master/COMPILING.md#how-to-build-code-generation-plugin"
206206

207207
tasks.register("buildArtifacts", Copy) {

0 commit comments

Comments
 (0)