From 19222475ec8e284c9e518a9279deab57fc42c339 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Tue, 7 May 2019 11:33:06 +0200 Subject: [PATCH] Updated README.md (due to confusions, see #682) [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc3912b94..151436412 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ For more information on the security details visit [cryptomator.org](https://cry ### Dependencies -* Java 10 (min. 10.0.1, we recommend to use the current version) +* JDK 11 (we recommend to use the latest version) * Maven 3 * Optional: OS-dependent build tools for native packaging (see [Windows](https://github.com/cryptomator/cryptomator-win), [OS X](https://github.com/cryptomator/cryptomator-osx), [Linux](https://github.com/cryptomator/builder-containers)) @@ -57,7 +57,7 @@ cd main mvn clean install -Prelease ``` -An executable jar file will be created inside `main/uber-jar/target`. +This will build all the jars and bundle them together with their OS-specific dependencies under `main/buildkit/target`. This can now be used to build native packages. ## License