From f943246fd92762908748903799e272e7dec23608 Mon Sep 17 00:00:00 2001 From: Paul Merlin Date: Mon, 23 Sep 2019 12:10:22 +0200 Subject: [PATCH] refine readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c0e368..c514296 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ 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 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. + + ```yaml // .github/workflows/gradle-build-pr.yml @@ -95,7 +97,7 @@ Moreover, you can use the following aliases: | `nightly` | The latest [nightly](https://gradle.org/nightly/), fails if none. | | `release-nightly` | The latest [release nightly](https://gradle.org/release-nightly/), fails if none. | -This can be handy to automatically test your build with the next Gradle version once a release candidate is out: +This can be handy to, for example, automatically test your build with the next Gradle version once a release candidate is out: ```yaml // .github/workflows/test-gradle-rc.yml