Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: clarify plugins search path #702

Merged
merged 2 commits into from
May 10, 2023
Merged

README: clarify plugins search path #702

merged 2 commits into from
May 10, 2023

Conversation

YifeiZhuang
Copy link
Collaborator

fix #700

@YifeiZhuang YifeiZhuang requested a review from ejona86 May 9, 2023 19:57
README.md Outdated
@@ -176,7 +176,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 any plugins, protoc will try to use "protoc-gen-grpc" from
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"any plugins" isn't fully accurate, because you can define one plugin and not another. I think just saying "it" may be clearest, to align with the previous sentence.

@YifeiZhuang YifeiZhuang merged commit 6434c1d into master May 10, 2023
@YifeiZhuang YifeiZhuang deleted the fix-path-desc branch May 10, 2023 00:02
YifeiZhuang added a commit to YifeiZhuang/protobuf-gradle-plugin that referenced this pull request Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plugin should support system search path
2 participants