From 1c33cadecbd88df4018f2e15c0ca9b812c4a1377 Mon Sep 17 00:00:00 2001 From: yifeizhuang Date: Thu, 13 Jul 2023 11:56:51 -0700 Subject: [PATCH] README: clarify plugins search path (#702) (#717) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cff1a332..38c249ca 100644 --- a/README.md +++ b/README.md @@ -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'