Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 479 Bytes

project-a

Example project that depends on project-b.

The dependency on project-b is declared in the settings.gradle file using the includeBuild directive.

Building the Project

Run the following command to build the project:

./gradlew build

Running the Project

Run the following command to start the application:

./gradlew run

If successful, you will see the following in the console:

> Task :run
FooBar