From 0aad898739aa770207ccd2472ea57225ff6d592a Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Fri, 31 May 2019 17:07:16 +0100 Subject: [PATCH] switch to gradlew --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31dbb38d..4573715b 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,15 @@ The project is in development. You can find technical documentation in the "doc ### Building -You need Gradle and a JDK 8 or newer. After installing those and setting up the appropriate paths, just type +You need JDK 8 or newer. After installing that and setting up the appropriate paths, just type ``` -gradle assemble +./gradlew assemble ``` If you want to run the unit tests, type ``` -gradle build +./gradlew build ``` Some of the UI tests will fail because they haven't been written yet :-/