From 80d8c9a77af70559a95bfc997448b8afc2672e95 Mon Sep 17 00:00:00 2001 From: toby-plunkett Date: Thu, 16 Jul 2026 11:42:33 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2633f3a45b..ce6a99b9ff 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The project uses [Gradle](https://gradle.org) as a build tool. It already contai `./gradlew` wrapper script, so there's no need to install gradle. To build the project execute the following command: - + ```bash ./gradlew build ``` From de7cc4f8b8b920f632bd827f36cf610ea74c6da8 Mon Sep 17 00:00:00 2001 From: damongreen123 Date: Thu, 16 Jul 2026 16:47:53 +0100 Subject: [PATCH 2/2] Fix typo in building application section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce6a99b9ff..73ee79ead1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Building and deploying the application -### Building the application +### Building the application. The project uses [Gradle](https://gradle.org) as a build tool. It already contains `./gradlew` wrapper script, so there's no need to install gradle.