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

Allow referencing "undefined" plugins. #270

Merged
merged 1 commit into from
Nov 5, 2018

Conversation

zhangkun83
Copy link
Collaborator

protoc will by default look for protoc-gen-${name} from system search
path. In cases plugins need to be installed locally, this would allow
projects to be able to use the locally installed plugins without
having to check in their absolute paths.

Resolves #263

protoc will by default look for protoc-gen-${name} from system search
path.  In cases plugins need to be installed locally, this would allow
projects to be able to use the locally installed plugins without
having to check in their absolute paths.

Resolves google#263
@zhangkun83 zhangkun83 merged commit 7bdd067 into google:master Nov 5, 2018
@zhangkun83 zhangkun83 deleted the plugin_use_path branch November 5, 2018 18:11
zhangkun83 added a commit to zhangkun83/protobuf-gradle-plugin-1 that referenced this pull request Nov 7, 2018
protoc will by default look for protoc-gen-${name} from system search
path.  In cases plugins need to be installed locally, this would allow
projects to be able to use the locally installed plugins without
having to check in their absolute paths.

Resolves google#263
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.

2 participants