summaryrefslogtreecommitdiffstats
path: root/development/bazel/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/bazel/README')
-rw-r--r--development/bazel/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/bazel/README b/development/bazel/README
new file mode 100644
index 0000000000..2c37f54ea7
--- /dev/null
+++ b/development/bazel/README
@@ -0,0 +1,6 @@
+Bazel is an open-source build and test tool that scalably supports
+multi-language and multi-platform projects.
+
+Only 1 version of OpenJDK may be installed at a time while building
+Bazel. For example, if both zulu-openjdk8 and zulu-openjdk11 are
+installed, please uninstall zulu-openjdk8 before building Bazel.