Skip to content

Commit e7070ac

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

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,7 @@ 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[]
4039
* 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::[]
4540

4641
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.
4742

0 commit comments

Comments
 (0)