From f25026ba7408e7550506d4027024296d95e9ffcf Mon Sep 17 00:00:00 2001 From: Paul Merlin Date: Sat, 13 Jun 2020 12:45:21 +0200 Subject: [PATCH] Refine README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23f45f4..a95fee2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ You might also be interested by the related [Gradle Plugin](https://github.com/e ## Usage -The following workflow will run `gradle build` using the wrapper from the repository on ubuntu, macos and windows. The only prerequisite is to have Java installed, you can define the version you need to run the build using the `actions/setup-java` action. +The following workflow will run `./gradlew build` using the wrapper from the repository on ubuntu, macos and windows. The only prerequisite is to have Java installed, you can define the version you need to run the build using the `actions/setup-java` action.