diff options
author | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-09-23 15:29:42 +0200 |
---|---|---|
committer | Christof Rabensteiner <christof.rabensteiner@iaik.tugraz.at> | 2019-09-23 15:43:55 +0200 |
commit | 18436eb707e0b153944c9aa6d4d014a47af198da (patch) | |
tree | 179921be77a7ba319335eb10516d34bb11e5440c | |
parent | 94d1a4883b3efc5d8351e489066647e15bb52f53 (diff) | |
download | moa-zs-18436eb707e0b153944c9aa6d4d014a47af198da.tar.gz moa-zs-18436eb707e0b153944c9aa6d4d014a47af198da.tar.bz2 moa-zs-18436eb707e0b153944c9aa6d4d014a47af198da.zip |
Fix Code Blocks in Readme
-rw-r--r-- | readme.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |