We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the flag breaks build_defs/tools/jdk:dummy_java_runtime, making it impossible to test
.../external/bazel_tools/tools/jdk/BUILD:53:1: in java_runtime rule @bazel_tools//tools/jdk:dummy_java_runtime: The native Java rules are deprecated. Please load java_runtime from the rules_java repository. See http://github.com/bazelbuild/rules_java. Analyzing: 7 targets (15 packages loaded, 61 targets configured) ERROR: Analysis of target '//:my_rule_doc.md' failed; build aborted: Analysis of target '@bazel_tools//tools/jdk:dummy_java_runtime' failed; build aborted
git clone git@github.com:bazelbuild/bazel-federation.git cd bazel-federation/examples/stardoc bazel build --incompatible_load_java_rules_from_bzl :*
Replace this line with your answer.
linux
bazel info release
0.28.1
The text was updated successfully, but these errors were encountered:
We gave up on this flag... it is going to be removed.
Sorry, something went wrong.
No branches or pull requests
Description of the problem / feature request:
Using the flag breaks build_defs/tools/jdk:dummy_java_runtime, making it impossible to test
Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
git clone git@github.com:bazelbuild/bazel-federation.git
cd bazel-federation/examples/stardoc
bazel build --incompatible_load_java_rules_from_bzl :*
What operating system are you running Bazel on?
linux
What's the output of
bazel info release
?0.28.1
The text was updated successfully, but these errors were encountered: