From ce07a2bd638972ecb37635e60205cb858319e1ae Mon Sep 17 00:00:00 2001 From: thasnim-easejava Date: Thu, 13 Feb 2025 13:55:55 +0530 Subject: [PATCH] Update Using-cmd-line.md --- docs/Using-cmd-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Using-cmd-line.md b/docs/Using-cmd-line.md index eca3e67..32ed363 100644 --- a/docs/Using-cmd-line.md +++ b/docs/Using-cmd-line.md @@ -20,7 +20,7 @@ This sample can be built using either [Gradle](#gradle-commands) or [Maven](#apa $ gradle build ``` -If you want to also run the functional tests then you need to [Download WAS Liberty](/docs/Downloading-WAS-Liberty.md) and set the libertyRoot property in the gradle.properties file to point to your Liberty install. +If you want to also run the functional tests then you need to [Download WAS Liberty](/docs/Downloading-WAS-Liberty.md) and set the libertyRoot property in the gradle.properties file to point to your Liberty install. ###### [Apache Maven](http://maven.apache.org/) commands