summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRong-En Fan <rafan@users.noreply.github.com>2022-07-15 21:59:13 +0800
committerGitHub <noreply@github.com>2022-07-15 21:59:13 +0800
commit5444dc1ef38b23146e7270585cc13e52038fb139 (patch)
treef9ce51e1436450d4fc6639f2ef348dfb80d4588e /README.md
parent2ced22a372c4a523f6b29e13d6c36cf73a2bc9b5 (diff)
Need Java 17 for Vespa 8 now
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 64bd0897d74..8806c49b57e 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ Some suggested improvements with pointers to code are in [TODO.md](TODO.md).
### Development environment
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.
+The Java source can also be built on any platform having Java 17 and Maven installed.
Use the following guide to set up a complete development environment using Docker
for building Vespa, running unit tests and running system tests:
[Vespa development on CentOS 7](https://github.com/vespa-engine/docker-image-dev#vespa-development-on-centos-7).