From 262f9192756c05d1240275b668a92a24c55d69ae Mon Sep 17 00:00:00 2001 From: Weiwu Zhang Date: Wed, 6 Jan 2021 12:54:33 +1100 Subject: [PATCH] now we know the minimum supported JDK version is 11 --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a101bac..ecb488eb 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,9 @@ See document here: http://tokenscript.org/Attestation.html ## Build -This library can't be built with Java 8 JDK. The developers are using JDK 11 and JDK 14 so these are known to work. - You need the following installed: -- JDK (version 11 and 14 is used by our devs, version 8 is known not working) +- JDK (version 11 or higher) - Gradle (version 6.7 is used by our devs) - node.js (version 15 is used by our devs)