summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2026-07-10 22:47:39 +0200
committerMichael Peter Christen <mc@yacy.net>2026-07-10 22:47:39 +0200
commitdd0225bdde303cc739fed60c9aff28b63b868997 (patch)
tree85eae959ab5528e8e6a665c5266961600ff3c32e /README.md
parent3950a4f49b0c5ba3e2b494325520f0d03ec23ff5 (diff)
We migrate to JDK 17
This is a hard requirement to be able to migrate to a more recent jetty version, which may happen sometime soon.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b0538b7f3..6ac533d1b 100644
--- a/README.md
+++ b/README.md
@@ -55,11 +55,11 @@ To get a ready-to-run production package, run YaCy from Docker.
### Compile and run YaCy from git sources
-You need Java 11 or later to run YaCy and ant to build YaCy.
+You need Java 17 or later to run YaCy and ant to build YaCy.
This would install the requirements on debian:
```
-sudo apt-get install openjdk-11-jdk-headless ant
+sudo apt-get install openjdk-17-jdk-headless ant
```
Then clone the repository and build the application: