diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-01-02 22:59:57 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-01-02 22:59:57 +0000 |
commit | 99868efc4cc3ffdde6cef25741a70100583c17ef (patch) | |
tree | b41207a779b55a4b3cb795d577b58c64283e1236 | |
parent | 88aa6d21c894cdaf18a83916d4b06f3d87f5362e (diff) | |
download | spacebeans-99868efc4cc3ffdde6cef25741a70100583c17ef.tar.gz spacebeans-99868efc4cc3ffdde6cef25741a70100583c17ef.zip |
Java 8 support is deprecated, develop with 11 or later
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |