We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extension_metadata
1 parent c455929 commit efb8928Copy full SHA for efb8928
src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleExtensionContext.java
@@ -158,7 +158,7 @@ public boolean isDevDependency(TypeCheckedTag tag) {
158
+ " repositories or does not import all of these repositories via <a"
159
+ " href=\"../globals/module.html#use_repo\"><code>use_repo</code></a> on an"
160
+ " extension proxy created with <code><a"
161
- + " href=\"../globals/module.html#use_extension>use_extension</a>(...,"
+ + " href=\"../globals/module.html#use_extension\">use_extension</a>(...,"
162
+ " dev_dependency = True)</code>, Bazel will print a warning and a fixup"
163
+ " command when the extension is evaluated.<p>If one of"
164
+ " <code>root_module_direct_deps</code> and"
0 commit comments