File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44* Postsubmit + Current Bazel Incompatible Flags [ ![ Build status] ( https://badge.buildkite.com/ef265d270238c02aff65106a0b861abb9265efacdf4af399c3.svg?branch=master )] ( https://buildkite.com/bazel/rules-java-plus-bazelisk-migrate )
55
66Java Rules for Bazel https://bazel.build .
7+
8+ ** Documentation**
9+
10+ For a quickstart tutorial, see https://bazel.build/start/java
11+
12+ For slightly more advanced usage, like setting up toolchains
13+ or writing your own java-like rules,
14+ see https://bazel.build/docs/bazel-and-java
15+
16+
17+ *** Core Java rules***
18+
19+ Add a load like:
20+ ``` build
21+ load("@rules_java//java:java_library.bzl", "java_library")
22+ ```
23+ to your ` BUILD ` / ` BUILD.bazel ` / bzl` files
24+
25+ For detailed docs on the core rules, see https://bazel.build/reference/be/java
You can’t perform that action at this time.
0 commit comments