Skip to content

Commit 6f39156

Browse files
authored
Update README.adoc
1 parent 0a44ce5 commit 6f39156

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ In this guide, you will learn how to:
3636

3737
* establish a dependency between a web module and a Java library module,
3838
* use Gradle to package the WAR file and the JAR file into an EAR file so that you can run and test the application on Open Liberty, and
39+
ifndef::cloud-hosted[]
3940
* use the Liberty Gradle plug-in to develop a multi-module application in https://openliberty.io/docs/latest/development-mode.html#_run_multi_module_gradle_projects_in_dev_mode[dev mode^] without having to prebuild the JAR and WAR files. In dev mode, your changes are automatically picked up by the running Liberty instance.
41+
endif::[]
42+
ifdef::cloud-hosted[]
43+
* use the Liberty Gradle plug-in to develop a multi-module application in [dev mode](https://openliberty.io/docs/latest/development-mode.html#_run_multi_module_gradle_projects_in_dev_mode) without having to prebuild the JAR and WAR files. In dev mode, your changes are automatically picked up by the running Liberty instance.
44+
endif::[]
4045

4146
You will build a unit converter application that converts heights from centimeters into feet and inches. The application prompts the user to enter a height value in centimeters. Then, the application processes the input by using functions that are found in the JAR file to return the height value in imperial units.
4247

0 commit comments

Comments
 (0)