This is an automated email from the ASF dual-hosted git repository.
janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new f0afb3ee8c [MINOR][DOCS] Update README for the documentation
f0afb3ee8c is described below
commit f0afb3ee8c02b9b9cee7fbaced3ef099de605ed2
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Tue Jul 5 22:17:05 2022 +0530
[MINOR][DOCS] Update README for the documentation
---
docs/README.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/README.md b/docs/README.md
index 10d6d3d601..cdf36fa74e 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -62,14 +62,12 @@ The Documentation is separated into different parts by sub
folders.
and install any other missing packages
-4. Make sure Maven and Java 8 are installed.
+4. Make sure Maven and [Java 11 and above](https://www.java.com/releases/) are
installed.
```bash
mvn --version
```
- Note: After Java 8, `jdk.tools:jdk.tools:jar` are [removed from
jdk](https://openjdk.java.net/jeps/220#:~:text=rt.jar%20and%20tools.jar)
-
5. Now, update the API docs (Optional)
```bash