diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-02-26 10:45:00 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-07-22 19:49:48 +0100 |
commit | b2d82bddd39d61c81ce14086809d817a1475e0b5 (patch) | |
tree | 0a0e233a2f134abd2da44eece02fc16ffd382dd7 /README.md | |
parent | 2149d073ddb557ad70d2aa0a86289653530e5986 (diff) | |
download | spacebeans-b2d82bddd39d61c81ce14086809d817a1475e0b5.tar.gz spacebeans-b2d82bddd39d61c81ce14086809d817a1475e0b5.zip |
Support for JDK 8 (and 11)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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`. |