From 18436eb707e0b153944c9aa6d4d014a47af198da Mon Sep 17 00:00:00 2001 From: Christof Rabensteiner Date: Mon, 23 Sep 2019 15:29:42 +0200 Subject: Fix Code Blocks in Readme --- readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 40cba5a..7a7694f 100644 --- a/readme.md +++ b/readme.md @@ -6,6 +6,7 @@ See [the technical specification](docs/spec.md) for a more detailed description ## Build Instructions Compilation and Runtime Requirements: + - OpenJDK 12 (OpenJDK 11 has an unfixed bug [1] that prevents the completion of TLS handshakes.) - Apache Maven (tested with Apache Maven 3.6.0) @@ -66,10 +67,8 @@ Here's a quick guide how to set up an Apache 2 service on localhost as a SSL ter The application can be packaged to a web application archive by running the following command: - mvn package - Find the war file in the `target/` folder. ## Deployment -- cgit v1.2.3