From cb963c3df9d0775efab20bb96497444b834dc726 Mon Sep 17 00:00:00 2001
From: Markus Lindner <markus.lindner@univie.ac.at>
Date: Mon, 15 Feb 2021 08:19:27 +0100
Subject: [PATCH] document java version

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 4cb51ca9dd..5e61498c7b 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,8 @@ docker-compose up fda-ui
 
 Ubuntu 20.04 LTS
 
+Use openjdk-11...openjdk-8 does not work.
+
 Do not use maven provided my Ubuntu 20.4 LTS. It cannot handle those injections spring-boot wants it to do.
 
 It says: WARNING: An illegal reflective access operation has occurred
-- 
GitLab