From b2d82bddd39d61c81ce14086809d817a1475e0b5 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Fri, 26 Feb 2021 10:45:00 +0000 Subject: Support for JDK 8 (and 11) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d0c89d5..0b85687 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Check [CHANGES](CHANGES.md) to see what's new in the latest release. ## How to run it -Download [the `jar` distribution file](https://github.com/reidrac/spacebeans/releases/) and install Java Runtime Environment 11 (or +Download [the `jar` distribution file](https://github.com/reidrac/spacebeans/releases/) and install Java Runtime Environment 8 (or later; [openJRE](https://adoptopenjdk.net/) recommended). You can run the service with: @@ -92,7 +92,7 @@ validating the certificate, this is perfectly safe. Requirements: - - JDK 11 + - JDK 8 (or later) - [Mill](https://com-lihaoyi.github.io/mill/) for building Run the server with `mill server.run` and the tests with `mill server.test`. -- cgit v1.2.3