-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Building Bazel@HEAD results in many Java-related warnings #19837
Copy link
Copy link
Closed
bazelbuild/rules_java
#142Closed
Copy link
Labels
Description
Description of the bug:
Running bazel build //src:bazel-dev on current master (e.g. 38bf100) of Bazel itself results in the following warning being emitted for what appears to be almost every Java target:
warning: [options] system modules path not set in conjunction with -source 11
Which category does this issue belong to?
Java Rules
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
No response
Which operating system are you running Bazel on?
No response
What is the output of bazel info release?
No response
If bazel info release returns development version or (@non-git), tell us how you built Bazel.
No response
What's the output of git remote get-url origin; git rev-parse master; git rev-parse HEAD ?
No response
Is this a regression? If yes, please try to identify the Bazel commit where the bug was introduced.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
Reactions are currently unavailable