From 049a57e9ad669e3bf1ee73c01346174921da5c5a Mon Sep 17 00:00:00 2001 From: flamecoals <1034631+flamecoals@users.noreply.github.com> Date: Thu, 28 Jun 2018 08:28:08 -0700 Subject: Adding --repositories to generate_workspace docs Without this parameter, I was getting the same error that others reported at https://github.com/bazelbuild/migration-tooling/issues/86 Closes #5460. PiperOrigin-RevId: 202484116 --- site/docs/generate-workspace.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/docs/generate-workspace.md b/site/docs/generate-workspace.md index d00a488746..cdd23c36a8 100644 --- a/site/docs/generate-workspace.md +++ b/site/docs/generate-workspace.md @@ -47,7 +47,8 @@ use this tool: $ bazel run //generate_workspace -- \ > --maven_project=/path/to/my/project \ > --artifact=groupId:artifactId:version \ - > --artifact=groupId:artifactId:version + > --artifact=groupId:artifactId:version \ + > --repositories=https://jcenter.bintray.com Wrote /usr/local/.../generate_workspace.runfiles/__main__/generate_workspace.bzl ``` -- cgit v1.2.3