You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -361,7 +361,7 @@ bazel run @maven//:outdated
361
361
which is used to manage the Maven dependencies tree (see [rules_jvm_external](https://github.com/bazelbuild/rules_jvm_external) for further details). The command to carry out this step is the following:
362
362
363
363
```sh
364
-
REPIN=1 bazel run @unpinned_maven//:pin
364
+
RULES_JVM_EXTERNAL_REPIN=1 bazel run @unpinned_maven//:pin
365
365
```
366
366
367
367
4. (Optional) If we use IntelliJ with the Bazel plugin, we need to synchronize
0 commit comments