aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-01-02 22:59:57 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-01-02 22:59:57 +0000
commit99868efc4cc3ffdde6cef25741a70100583c17ef (patch)
treeb41207a779b55a4b3cb795d577b58c64283e1236 /README.md
parent88aa6d21c894cdaf18a83916d4b06f3d87f5362e (diff)
downloadspacebeans-99868efc4cc3ffdde6cef25741a70100583c17ef.tar.gz
spacebeans-99868efc4cc3ffdde6cef25741a70100583c17ef.zip
Java 8 support is deprecated, develop with 11 or later
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 37a4bdc..0c986dd 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ print('\n'.join([k + "=" + v for k, v in os.environ.items()]))
Requirements:
- - JDK 8 (or later)
+ - JDK 11 (or later)
- git (the git repo is required to set the version; GitLab's source archives won't compile)
Run the server with `./mill server.run` and the tests with `./mill server.test`.