aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-02-26 08:59:34 +0000
committerJuan J. Martinez <jjm@usebox.net>2021-07-22 19:49:46 +0100
commitfd8389419b79d70e9bd6e70030ec2c50c2104a64 (patch)
tree683b093dd480b936b3c2a6bdddf43c7e71b95276 /README.md
parent4002c2232078b727eabff21705f28e1a1cb7dc33 (diff)
downloadspacebeans-fd8389419b79d70e9bd6e70030ec2c50c2104a64.tar.gz
spacebeans-fd8389419b79d70e9bd6e70030ec2c50c2104a64.zip
Turns out it needs JDK 11 to build
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aa2d4fa..5f21eb2 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ validating the certificate, this is perfectly safe.
Requirements:
- - JDK 8 (or later; openjdk 8 or 11 recommended)
+ - JDK 11
- [Mill](https://com-lihaoyi.github.io/mill/) for building
Run the server with `mill server.run` and the tests with `mill server.test`.