-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Ensure rules_proto comes from the module file #13879
Conversation
PR Description updated to latest commit (a19658c)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Type
enhancement
Description
rules_closure_dependencies
in the WORKSPACE file to explicitly omit dependencies related to Java, Proto, and Python. This change ensures that these dependencies are managed more precisely, potentially to avoid conflicts or to streamline the build process.Changes walkthrough
WORKSPACE
Modify Closure Dependencies in WORKSPACE
WORKSPACE
rules_closure_dependencies
to omit rules for Java, Proto, andPython.