Example project that depends on project-b.
The dependency on project-b is declared in the settings.gradle file using the includeBuild
directive.
Run the following command to build the project:
./gradlew build
Run the following command to start the application:
./gradlew run
If successful, you will see the following in the console:
> Task :run
FooBar