From 6e8ff3990bc78d72bfa786abfb7c5227e194f9ba Mon Sep 17 00:00:00 2001 From: Adam <152864218+adam-enko@users.noreply.github.com> Date: Mon, 14 Apr 2025 11:50:15 +0200 Subject: [PATCH] fix MD link to Gradle --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index fa5c8c91..3527053b 100755 --- a/readme.md +++ b/readme.md @@ -253,7 +253,7 @@ You should avoid using this release, and use 0.7 or later instead. ## Building -This project uses (Gradle)[https://www.gradle.org] to build. Just run `gradlew` in the root of the source repo. +This project uses [Gradle](https://www.gradle.org) to build. Just run `gradlew` in the root of the source repo. You will need Java 8 or later to run the tests. ### Ubuntu