aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/bazel-and-java.md
diff options
context:
space:
mode:
authorGravatar laurentlb <laurentlb@google.com>2017-12-14 03:41:55 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-14 03:43:52 -0800
commit749165f7b0991feecc8209671c559e97ff43dcab (patch)
tree2a7e1924bf51aa5c9f00bbb6d1be010a82ad99b5 /site/docs/bazel-and-java.md
parent10c8018d73e7dbefbc4cc730e0201cda9d9326ba (diff)
Remove the word 'Skylark' when it doesn't add any value.
The word Skylark tends to be overused. We should use it only when we refer to the language itself. In many places, the word 'Skylark' was used, even if the reader may not know it (e.g. "create a rule" is clearer than "create a Skylark rule"). RELNOTES: None. PiperOrigin-RevId: 179024448
Diffstat (limited to 'site/docs/bazel-and-java.md')
-rw-r--r--site/docs/bazel-and-java.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/site/docs/bazel-and-java.md b/site/docs/bazel-and-java.md
index 10a6dd073e..1013f50308 100644
--- a/site/docs/bazel-and-java.md
+++ b/site/docs/bazel-and-java.md
@@ -16,7 +16,7 @@ Java projects with Bazel.
- [Best practices](#best-practices)
- [Directory structure](#directory-structure)
- [BUILD files](#build-files)
-- [Java and Skylark](#java-and-skylark)
+- [Java and new rules](#java-and-new-rules)
## Working with Bazel
@@ -66,14 +66,14 @@ Follow these guidelines when creating your BUILD files:
* Tests should be in a matching directory under `src/test` and depend on this
library.
-## Java and Skylark
+## Java and new rules
-**Note**: Extending Bazel with Skylark is for advanced build and test scenarios.
-You do not need to use Skylark when getting started with Bazel.
+**Note**: Creating new rules is for advanced build and test scenarios.
+You do not need it when getting started with Bazel.
-The following [Skylark](https://docs.bazel.build/versions/master/skylark/concepts.html)
-modules, configuration fragments, and providers will help you extend Bazel's
-capabilities when building your Java projects:
+The following modules, configuration fragments, and providers will help you
+[extend Bazel's capabilities](https://docs.bazel.build/versions/master/skylark/concepts.html)
+when building your Java projects:
* Modules: