Skip to content

Commit 7633440

Browse files
committed
Update bzlmod.md to remove unpinned_maven
This is no longer needed as of version 6.1, thanks to: - #1112
1 parent acf809a commit 7633440

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/bzlmod.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,8 @@ maven.install(
7070
)
7171
```
7272

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).
73+
Now you'll be able to use the same `REPIN=1 bazel run @maven//:pin` operation described in the
74+
[workspace instructions](/README.md#updating-maven_installjson) to update the dependencies.
8175

8276
## Artifact exclusion
8377

0 commit comments

Comments
 (0)