summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNico Tonozzi <nico@nicot.us>2019-02-24 14:43:37 -0800
committerNico Tonozzi <code@nicot.us>2019-02-24 16:31:21 -0800
commitb3414fd31f5fe0bcaaa297f42346840a83f71220 (patch)
treec39df361b42e6e7c47e074acb818e1fbcc6e9005 /README.md
parentefe78d724c0d0eb7e49ef6f4ed42d4efbc61a3ac (diff)
Update README for Java 11
The README recommends Java 8, which doesn't work any more. This PR modifies it from 8 to 11.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8d62f415bfa..09a3f9a7124 100644
--- a/README.md
+++ b/README.md
@@ -65,7 +65,7 @@ Some suggested improvements with pointers to code are in [TODO.md](TODO.md).
### Set up the build environment
-C++ and Java building is supported on CentOS 7. The Java source can also be built on any platform having Java 8 and Maven installed.
+C++ and Java building is supported on CentOS 7. The Java source can also be built on any platform having Java 11 and Maven installed.
We recommend using the following environment: [Create C++ / Java dev environment on CentOS using VirtualBox and Vagrant](vagrant/README.md).
You can also setup CentOS 7 natively and install the following build dependencies: