diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-02-26 08:59:34 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-07-22 19:49:46 +0100 |
commit | fd8389419b79d70e9bd6e70030ec2c50c2104a64 (patch) | |
tree | 683b093dd480b936b3c2a6bdddf43c7e71b95276 | |
parent | 4002c2232078b727eabff21705f28e1a1cb7dc33 (diff) | |
download | spacebeans-fd8389419b79d70e9bd6e70030ec2c50c2104a64.tar.gz spacebeans-fd8389419b79d70e9bd6e70030ec2c50c2104a64.zip |
Turns out it needs JDK 11 to build
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |