From a481597a5def5a7b049131bc669f14f446c1fcce Mon Sep 17 00:00:00 2001 From: Scott Kurz Date: Thu, 5 Jan 2023 20:36:58 -0500 Subject: [PATCH] Suggest first command of assemble rather than build Signed-off-by: Scott Kurz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b364fc4ee..e9a6ca8bb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The Liberty Gradle plugin supports install and operational control of Liberty ru Clone this repository and then, with a JRE on the path, execute the following command in the root directory. ```bash -$ ./gradlew build +$ ./gradlew assemble ``` This will download Gradle, build the plugin, and install it in to the `build\libs` directory. It is also possible to install the plugin in to your local Maven repository using `./gradlew install`.