Skip to content

Commit

Permalink
README: clarify plugins search path (#702) (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
YifeiZhuang authored Jul 13, 2023
1 parent 6673571 commit 1c33cad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ protobuf {
// Locate the codegen plugins
 plugins {
// Locate a plugin with name 'grpc'. This step is optional.
// If you don't locate it, protoc will try to use "protoc-gen-grpc" from
// If you leave it empty, it uses the current directory.
// If you don't specify it, protoc will try to use "protoc-gen-grpc" from
// system search path.
   grpc {
     artifact = 'io.grpc:protoc-gen-grpc-java:1.0.0-pre2'
Expand Down

0 comments on commit 1c33cad

Please sign in to comment.