| commit | a27004a53d7459992a77002ef8f2a6aaeb119590 | [log] [tgz] |
|---|---|---|
| author | Fabian Meumertzheim <fabian@meumertzhe.im> | Tue Nov 04 05:21:58 2025 -0800 |
| committer | rules_java Copybara <noreply@google.com> | Tue Nov 04 05:22:27 2025 -0800 |
| tree | 4dc574b791de7e3b1457662d7e459155838f1885 | |
| parent | 4a1933abf58755b35775e3c5d0c87da0b742771e [diff] |
Update JDKs to latest patch releases (#335) Also print the original URLs, not the mirror URLs, as those have to be submitted as part of the mirror request. Closes #335 COPYBARA_INTEGRATE_REVIEW=https://github.com/bazelbuild/rules_java/pull/335 from fmeum:21.0.9 6b7ba7b53eb1f56d7057efd3ae045ea3dabe2e41 PiperOrigin-RevId: 827922427 Change-Id: I211f3e51147acca8164d5d78276881cbedb9ffde
Java Rules for Bazel https://bazel.build.
Documentation
For a quickstart tutorial, see https://bazel.build/start/java
For slightly more advanced usage, like setting up toolchains or writing your own java-like rules, see https://bazel.build/docs/bazel-and-java
Core Java rules
Add a load like:
load("@rules_java//java:java_library.bzl", "java_library")
to your BUILD / BUILD.bazel / bzl` files
For detailed docs on the core rules, see https://bazel.build/reference/be/java