This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-uno.git
The following commit(s) were added to refs/heads/main by this push:
new c085caa Update required Java version (#290)
c085caa is described below
commit c085caa0f7063c12c722632818d8133f674f3c69
Author: Emilio <[email protected]>
AuthorDate: Tue Jan 3 18:33:55 2023 -0500
Update required Java version (#290)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ab89908..88e8671 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Checkout [Muchos] for setting up Accumulo or Fluo on multiple
machines.
Uno requires the following software to be installed on your machine.
-* Java - JDK 8 is required for running Fluo.
+* Java - JDK 11 is required for running Fluo (with Accumulo 2.1).
* wget - Needed for `fetch` command to download tarballs.
* Maven - Only needed if `fetch` command builds tarball from local repo.