-
-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bazel cannot find Pinned json file because it assumes there is a Build #242
Comments
creating an empty |
This is the recommended way. We haven't ran into this issue because most projects have a top level BUILD file. Sorry for missing it out on the documentation - happy to take a PR for this! |
Actually, if this works:
it's a better user experience since it'll work for all projects with or without a top level BUILD file. |
so I'm not sure exactly what the This is what the doc currently says:
I think just explicitly calling out having a top-level |
Ahh, right. The Let's go with the recommendation of the top level BUILD file. |
Problem
When starting up bazel, I see this error:
WORKSPACE file
Bazel Version:
Workaround
maven_install.json
toexternal/maven_install.json
maven_install_json = "//:maven_install.json"
tomaven_install_json = "maven_install.json"
The text was updated successfully, but these errors were encountered: