Skip to content

Commit

Permalink
Add links to documentation to the rules_java README
Browse files Browse the repository at this point in the history
Fixes #80

PiperOrigin-RevId: 698344251
Change-Id: Ibb5361c9aa7013f9a1eca36e0d4cee09c5c62bd3
  • Loading branch information
hvadehra authored and rules_java Copybara committed Nov 20, 2024
1 parent 349608c commit f81734b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,22 @@
* Postsubmit + Current Bazel Incompatible Flags [![Build status](https://badge.buildkite.com/ef265d270238c02aff65106a0b861abb9265efacdf4af399c3.svg?branch=master)](https://buildkite.com/bazel/rules-java-plus-bazelisk-migrate)

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:
```build
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

0 comments on commit f81734b

Please sign in to comment.