grpc / grpc-java

The Java gRPC implementation. HTTP/2 based RPC
https://grpc.io/docs/languages/java/
Apache License 2.0
11.37k stars 3.82k forks source link

./gradlew installDist error com.google.protobuf not found #11518

Open lee-light opened 6 days ago

lee-light commented 6 days ago

I tried build, clean and installDist, all ran into the same issue below. Have this error when running "./gradlew installDist":

Plugin [id: 'com.google.protobuf', version: '0.9.4'] was not found in any of the following sources:

ejona86 commented 5 days ago

It is there, https://plugins.gradle.org/plugin/com.google.protobuf , and the CI is still running fine. Please share your gradle configuration.