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.
1 parent acf809a commit 7633440Copy full SHA for 7633440
docs/bzlmod.md
@@ -70,14 +70,8 @@ maven.install(
70
)
71
```
72
73
-Finally, update the `use_repo` call to also expose the `unpinned_maven` repository used to update the dependencies:
74
-
75
-```starlark
76
-use_repo(maven, "maven", "unpinned_maven")
77
-```
78
79
-Now you'll be able to use the same `@unpinned_maven//:pin` operation described in the
80
-[workspace instructions](/README.md#updating-maven_installjson).
+Now you'll be able to use the same `REPIN=1 bazel run @maven//:pin` operation described in the
+[workspace instructions](/README.md#updating-maven_installjson) to update the dependencies.
81
82
## Artifact exclusion
83
0 commit comments