Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 410 Bytes

File metadata and controls

14 lines (8 loc) · 410 Bytes

multi-project-with-buildSrc

A multi-project build with common logic defined in buildSrc including a custom task.

List the available tasks with:

./gradlew tasks --task

Run with:

./gradlew -q hello