This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git

commit 578b1bd8d6e5ec5f608e94977d90d93cc9dd852f
Author: Antoine Toulme <anto...@lunar-ocean.com>
AuthorDate: Sat Jun 20 15:02:08 2020 -0700

    update README
---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index f81c7f1..a6d8d47 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,21 @@ Install [Docker](https://docs.docker.com/get-docker/).
     git submodule update --init --recursive
 
 ### Build the project ###
+#### One step build ####
+Requires Docker:
     ./build.sh
+#### With Gradle and Java ####
+Install Gradle >6 and JDK 11.
 
+Run:
+
+`$>gradle setup`
+
+It will install the Gradle wrapper with the correct version.
+
+Then build:
+
+`$>./gradlew build`
 
 After a successful build, libraries will be available in `build/libs`.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@tuweni.apache.org
For additional commands, e-mail: commits-h...@tuweni.apache.org

Reply via email to